Example #1
0
 public SaegService(AssaentryRepository assaentryRepository)
 {
     this.assaentryRepository = assaentryRepository;
 }
Example #2
0
 public AssaentryApiController(AssaentryRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }