Exemple #1
0
 public dynamic GetProducts(int branchId)
 {
     return(_productVM.GetProducts(branchId));
 }