using NPOI.Util; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Competition.Mysql.api.Post { public class update_school_manager { public string LoginId { get; set; } public string SchoolId { get; set; } public string SchoolName { get; set; } public string ContactName { get; set; } public string ContactNumber { get; set; } } }