コード例 #1
0
 public SasspService(SasspRepository sasspRepository)
 {
     this.sasspRepository = sasspRepository;
 }
コード例 #2
0
 public SasspApiController(SasspRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }