Example #1
0
 public int InsertInvoice(EmInvoice objEmInvoice)
 {
     return(_objDALInvoice.InsertInvoice(objEmInvoice));
 }