コード例 #1
0
 public Bill(int user_Id, DateTime date)
 {
     bill = new DAL.BillDAC();
     this.User_Id1 = user_Id;
     this.Date1 = date;
 }
コード例 #2
0
 public Bill()
 {
     bill = new DAL.BillDAC();
 }