Example #1
0
 public int RemoveRange(IEnumerable <Employee> entities)
 {
     return(_employeeGetway.RemoveRange(entities));
 }