Esempio n. 1
0
 public Repository() : this(GenericFactory <DataAccess, IDataAccess> .createInstanceOf())
 {
 }
Esempio n. 2
0
 public Business() : this(GenericFactory <Repository, IRepository> .createInstanceOf())
 {
 }