Exemplo n.º 1
0
 public SqlDataRepository([Injection(typeof(SqlDataRepository))] ServiceDataRepository repository)
 {
     Repository = repository;
 }
Exemplo n.º 2
0
 public ServiceDataRepository([Injection("Ho ho ho")] ServiceDataRepository repository)
 {
     Repository = repository;
 }