예제 #1
0
 public SqlDataRepository([Injection(typeof(SqlDataRepository))] ServiceDataRepository repository)
 {
     Repository = repository;
 }
예제 #2
0
 public ServiceDataRepository([Injection("Ho ho ho")] ServiceDataRepository repository)
 {
     Repository = repository;
 }