Example #1
0
 public bool DeleteRange(IEnumerable <Source> entities)
 {
     return(repository.DeleteRange(entities));
 }