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