Пример #1
0
 public virtual List <int> DeleteById(IEnumerable <int> ids)
 {
     return(QueryableRepository.DeleteById(ids));
 }