コード例 #1
0
 EntitiesService()
 {
     hashService = new HashService();
     model       = new PlatformEntities();
 }
コード例 #2
0
 MockEntitiesService(PlatformEntities model, IHashService hashService)
 {
     this.hashService = hashService;
     this.model       = model;
 }