Beispiel #1
0
 public Role GetByRoleId(int id)
 {
     return(_roleDal.Find(x => x.RoleID == id));
 }