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