示例#1
0
 private bool ValidateCode(string code)
 {
     return(_saleService.CodeNotExists(code).Result);
 }