示例#1
0
 public ResourceOwnerPasswordValidator(IUnitAccountServices unitAccountServices)
 {
     this.unitAccountServices = unitAccountServices;
 }
示例#2
0
 public ValuesController(ITESTLibraryCategoryServices testlibrarycategoryService, IUnitAccountServices unitAccountServices)
 {
     this.testlibrarycategoryService = testlibrarycategoryService;
     this.unitAccountServices        = unitAccountServices;
 }