public bool AddCustomer(CustomerDto customer) { return(_customerDomainService.AddCustomer(customer.ToCustomerDomain())); }