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

19 lines
490 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 update_class_manager
{
public string LoginId { get; set; }
public string ClassId { get; set; }
//public string SchoolId { get; set; }
public string ClassName { get; set; }
public string ContactName { get; set; }
public string ContactNumber { get; set; }
}
}