示例#1
0
 public dynamic ProductList(int branchId, int?companyId)
 {
     return(_productVM.ProductList(branchId, companyId));
 }