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

18 lines
443 B
C#

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