コード例 #1
0
 public Guid CreateCustomer(TicketingOffice.CrmService.Contracts.Customer newCustomer)
 {
     CustomerDal dal = new CustomerDal();
     return dal.CreateEntity(newCustomer);
 }