Пример #1
0
 public bool ChangeStatusUserType(int id)
 {
     try
     {
         return(objroledal.ChangeStatusUserType(id));
     }
     catch (Exception)
     {
         throw;
     }
 }