Пример #1
0
 public bool IsUserTypeExist(string userType, int userTypeID)
 {
     return(userTypeDAL.IsUserTypeExist(userType, userTypeID));
 }