Пример #1
0
 public virtual MyEntityResponse <bool> DeleteById(int id)
 {
     return(Impl.DeleteById(id));
 }