示例#1
0
 public IEnumerable <UserTypeModel> GetAllUserTypes()
 {
     return(TypeService.GetAllUserTypes());
 }