コード例 #1
0
ファイル: SwsjService.cs プロジェクト: arentlog/web-ui
 public SwsjService(SwsjRepository swsjRepository)
 {
     this.swsjRepository = swsjRepository;
 }
コード例 #2
0
 public SwsjApiController(SwsjRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }