コード例 #1
0
 public bool CreateBill(Bill bill)
 {
     return(BillDAL.CreateBill(bill));
 }