Пример #1
0
 public UserTypeEntity GetUserTypeByID(int userTypeID)
 {
     return(userTypeDAL.GetUserTypeByID(userTypeID));
 }