示例#1
0
 public bool UpdateCustomer(BookAuthorServ customer)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public Task <Guid> SaveCustomerAsync(BookAuthorServ customer)
 {
     throw new NotImplementedException();
 }