Пример #1
0
 public UserRole GetById(int id)
 {
     return(_UserRoleDal.GetById(id));
 }