예제 #1
0
 public List <DTOProduct> Update(Product item)
 {
     return(mapperProduct.ListDTOProduct(repProduct.UpDate(item)));
 }