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