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