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