Esempio n. 1
0
 public CustomerTypeController()
 {
     _customerTypeDa = new CustomerTypeDA("#");
 }
Esempio n. 2
0
 public CustomerController()
 {
     _customerDa     = new CustomerDA("#");
     _customerTypeDa = new CustomerTypeDA("#");
     _systemCityDa   = new System_CityDA("#");
 }