public SasglService(SasglRepository sasglRepository) { this.sasglRepository = sasglRepository; }
public SasglApiController(SasglRepository repository) { this.repository = repository; this.OnCreated(); }