예제 #1
0
 public void DoInsurancePrint(string sinvno)
 {
     var bl = new BLReports();
     bl.PrintInsuranceSalesInvioce(sinvno);
 }