Пример #1
0
 public bool Delete(Guid noteId)
 {
     return(EntityCollection.DeleteMany(x => x.Id == noteId).DeletedCount > 0);
 }