예제 #1
0
 public BRAND CheckForBrand(string id)
 {
     return(db.CheckForBrand(id));
 }