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