Пример #1
0
 public int Remove(Employee entity)
 {
     return(_employeeGetway.Remove(entity));
 }