예제 #1
0
 public SasseService(SasseRepository sasseRepository)
 {
     this.sasseRepository = sasseRepository;
 }
예제 #2
0
 public SasseApiController(SasseRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }