Exemplo n.º 1
0
 public IEnumerable <PMSCustomerList> UpdateCustomerListDetails([FromBody] PMSCustomerList pMSCustomerList, string UserId, string CustomerListId)
 {
     return(objPMSCustomerList.UpdateCustomerListDetails(pMSCustomerList, UserId, CustomerListId));
 }
Exemplo n.º 2
0
 public IEnumerable <PMSCustomerList> AddCustomerListDetails([FromBody] PMSCustomerList pMSCustomerList, string UserId)
 {
     return(objPMSCustomerList.AddCustomerListDetails(pMSCustomerList, UserId));
 }