コード例 #1
0
 public Program(string apiKey, IChunkRepository chunkRepositiory)
 {
     Api = new API(apiKey);
     ChunkRepository = chunkRepositiory;
 }
コード例 #2
0
 public CreateChunksHandler(IChunkRepository chunkRepository)
 {
     _chunkRepository = chunkRepository;
 }
コード例 #3
0
 public Program(string apiKey, IChunkRepository chunkRepositiory)
 {
     Api             = new API(apiKey);
     ChunkRepository = chunkRepositiory;
 }