Ejemplo n.º 1
0
 private bool RoleExists(decimal id)
 {
     return(_repository.Exists(id));
 }