コード例 #1
0
 public static GamanPatraViewModel BALSaveGamanPatra(GamanPatraModel model)
 {
     return(WayBillRepository.SaveGamanPatra(model));
 }
コード例 #2
0
        public ActionResult SaveGamanPatra(GamanPatraModel model)
        {
            var data = WayBillBAL.BALSaveGamanPatra(model);

            return(PartialView(@"~/Views\\WayBill\_gamanpatraReport.cshtml", data));
        }