Example #1
0
 public ServiceDataRepository(SqlDataRepository repository)
 {
     Repository = repository;
 }
Example #2
0
 public SqlDataRepository([Injection(typeof(SqlDataRepository))] SqlDataRepository repository)
 {
     Repository = repository;
 }