Exemple #1
0
 public SasglService(SasglRepository sasglRepository)
 {
     this.sasglRepository = sasglRepository;
 }
Exemple #2
0
 public SasglApiController(SasglRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }