示例#1
0
 private bool BrandExists(int id)
 {
     return(_IBrand.Any(id).Result);
 }