Пример #1
0
 public UserRoleDetay GetDetayById(int userRoleId)
 {
     return(_userRoleDal.GetDetay(x => x.Id == userRoleId));
 }