This is the complete list of members for Library.CustomerManagementCommand, including all inherited members.
| AssignCustomerCommand(string customerId, string sellerId) | Library.CustomerManagementCommand | |
| AssignCustomerToSellerCommand(string customerId, string oldSellerId, string newSellerId) | Library.CustomerManagementCommand | |
| CreateCustomerCommand(string id, string name, string familyName, string mail, string phone, string gender, string birthDate) | Library.CustomerManagementCommand | |
| DeleteCustomerCommand(string id=null) | Library.CustomerManagementCommand | |
| ExecuteAsyncGetCustomerBySellerIdCommand(string sellerId) | Library.CustomerManagementCommand | |
| ModifyCustomerById(string id, string field, string newValue) | Library.CustomerManagementCommand | |
| SearchCustomerByFamilyNameCommand(string familyName) | Library.CustomerManagementCommand | |
| SearchCustomerByIdCommand(string id) | Library.CustomerManagementCommand | |
| SearchCustomerByMailCommand(string mail) | Library.CustomerManagementCommand | |
| SearchCustomerByNameCommand(string name) | Library.CustomerManagementCommand | |
| SearchCustomerByPhoneCommand(string phone) | Library.CustomerManagementCommand | |