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