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