Esempio n. 1
0
 /// <summary>
 ///  Get All Product Data.
 /// </summary>
 public IHttpActionResult GetProductAll()
 {
     return(Ok(product_service.GetProductAll()));
 }