Esempio n. 1
0
 public UserRole GetRole(int roleıd)
 {
     return(_userRoleDal.GetOperation(x => x.RoleId == roleıd));
 }