예제 #1
0
 public List <ProductDetail> GetProductListForDashBoard()
 {
     return(iRepositoryProduct.GetProductListForDashBoard());
 }