Пример #1
0
 public BUS_Account()
 {
     accDAL = new DAL_Account();
 }
Пример #2
0
 public BUS_Account()
 {
     dal = new DAL_Account();
 }