예제 #1
0
 public static bool CheckPreview(int pimgid)
 {
     IProductRepository rep = new ProductRepository();
     var check = rep.CheckPreview(pimgid);
     return check;
 }