Exemplo n.º 1
0
 private bool ValidateCode(string code)
 {
     return(_saleService.CodeNotExists(code).Result);
 }