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