Пример #1
0
 public async Task Remove(Employee employee)
 {
     await EmployeeWriter.Remove(employee);
 }