예제 #1
0
 public DataTable loadreceipttype()
 {
     receipttype = new DataTable();
     receipttype = receiptDAL.loadreceipttype();
     return(receipttype);
 }