Ejemplo n.º 1
0
        public IClient CreateClient(string firstname, string lastname, string businessName, string invoicePrefix, string address, string email, string primaryPhone)
        {
            IClient client = clientRegister.CreateClient(firstname, lastname, businessName, invoicePrefix, address, email, primaryPhone);

            return(client);
        }