コード例 #1
0
 public downloadModel(IConfiguration configuration)
 {
     _repo = new InstructionSheetRepository(configuration);
 }
コード例 #2
0
 public TestModel(IConfiguration configuration)
 {
     _repo          = new InstructionSheetRepository(configuration);
     FolderLocation = _repo.FolderPath;
 }
コード例 #3
0
 public SetupModel(InstructionSheetRepository repo)
 {
     _repo = repo;
 }