Пример #1
0
 public virtual Task <bool> Delete(string id)
 {
     return(Entities.Delete(id));
 }