コード例 #1
0
 public DAL_CreateInvoice[] GetInvoiceCreated()
 {
     DAL_CreateInvoice[] getinvoicecreated;
     getinvoicecreated = obj.GetInvoiceCreated();
     return(getinvoicecreated);
 }