Beispiel #1
0
 public bool DeleteEmployee(int id, out string serverMessage) => _employeesContext.DeleteEmployee(id, out serverMessage);