コード例 #1
0
 public StorageHealthCheck(IAnuncioStorage service)
 {
     _service = service;
 }
コード例 #2
0
 public AnuncioController(IAnuncioStorage storage, IConfiguration configs)
 {
     _storage = storage;
     _configs = configs;
 }