コード例 #1
0
 public ActionResult GetInvMrNoByVchrType(string VchrType, string CustCode)
 {
     return(Json(LoadDropDown.GetInvMrNoByVchrType(VchrType, CustCode, _SalesMainService, _moneyReceiptService, _FYDDAppService), JsonRequestBehavior.AllowGet));
 }