public void Delete(ClientType client) { clientCrudFactory.Delete(client); }
public void Delete(Client client) { crudProduct.Delete(client); }