Exemplo n.º 1
0
        public void TestMethodInativeProduct()
        {
            var command = new InativeProductCommand();

            var result = _tyrion.Execute(command).Result;

            Assert.IsTrue(result.Successed);
        }
Exemplo n.º 2
0
 public async Task <IResult> Execute(InativeProductCommand request)
 {
     return(await Result.SuccessAsync());
 }