Ejemplo n.º 1
0
 public bool Exist(int id)
 {
     return(_context.EntitySet <Model.RolePrivilege>().ExistsById(id));
 }