Example #1
0
 //管理员添加
 public static int AddManager(Manager mg)
 {
     return(ManagerService.Admin_Insert(mg));
 }