Exemplo n.º 1
0
 public int AddRange(IEnumerable <Employee> entities)
 {
     return(_employeeGetway.AddRange(entities));
 }