Exemplo n.º 1
0
 public SubjectMapperService()
 {
     subjectEntityService = UnityBootstrapper.UnityBootstrapperInstance.Resolve <ISubjectEntityService>();
 }
Exemplo n.º 2
0
 public SubjectApplication(ISubjectEntityService entityService)
 {
     this.entityService = entityService;
 }