Exemplo n.º 1
0
 public bool CanEdit(int userId)
 {
     return(Owners != null && Owners.Exists(x => x.Id == userId));
 }