Exemple #1
0
        public void Get_Prices_Successfully()
        {
            var query = new FuelPricesQuery();
            var res   = query.ExecuteAsync().Result;

            Assert.NotEmpty(res);
        }
Exemple #2
0
 public FuelPriceJob(AddPriceRecordCommand command, FuelPricesQuery query)
 {
     _command = command;
     _query   = query;
 }