Пример #1
0
 public Task UpdateBillingCustomer(Company company, BillingAccountDetails newDetails)
 {
     throw new System.NotImplementedException();
 }
Пример #2
0
 public Task <string> RegisterBillingAccount(Company company, BillingAccountDetails newDetails)
 {
     throw new System.NotImplementedException();
 }