示例#1
0
 public void DeleteUserType(int id)
 {
     dal.DeleteUserType(id);
 }
示例#2
0
 public bool DeleteUserType(int userType)
 {
     return(userTypeDAL.DeleteUserType(userType));
 }