Exemple #1
0
 public ActionResult ExpireList(string companyId, string branchId, string productCategoryId, string productSubCategoryId, string supplierId, string productId, string productCoce, string expireDate, string isExpired)
 {
     try
     {
         return(View(_rawSqlService.GetProductExpire(companyId, branchId, productCategoryId, productSubCategoryId, supplierId, productId, productCoce, expireDate, isExpired)));
     }
     catch (Exception ex)
     {
         return(JavaScript($"ShowResult('{ex.Message}','failure')"));
     }
 }