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

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