Пример #1
0
 public bool Delete(models.Type type) => db.Delete(type) > 0;
Пример #2
0
 public bool Delete(color color) => db.Delete(color) > 0;