コード例 #1
0
 public IEnumerable <PMSCustomerList> UpdateCustomerListDetails([FromBody] PMSCustomerList pMSCustomerList, string UserId, string CustomerListId)
 {
     return(objPMSCustomerList.UpdateCustomerListDetails(pMSCustomerList, UserId, CustomerListId));
 }
コード例 #2
0
 public IEnumerable <PMSCustomerList> AddCustomerListDetails([FromBody] PMSCustomerList pMSCustomerList, string UserId)
 {
     return(objPMSCustomerList.AddCustomerListDetails(pMSCustomerList, UserId));
 }