コード例 #1
0
 public BUS_Account()
 {
     accDAL = new DAL_Account();
 }
コード例 #2
0
 public BUS_Account()
 {
     dal = new DAL_Account();
 }