Example #1
0
 public List <GatewayProductCommon> GetGatewayProductList(string GatewayId, string ProductId)
 {
     return(repo.GetGatewayProductList(GatewayId, ProductId));
 }