AccountAuthorization/LKJCpowerSupplyOfficeSimula.../Competition.Mysql/api/Post/update_school_manager.cs

19 lines
463 B
C#

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; }
}
}