예제 #1
0
 /// <summary>
 /// Gets the product by id.--by Will
 /// </summary>
 /// <param name="id">The id.</param>
 /// <returns></returns>
 public virtual ProductBE GetProductById(int id)
 {
     return(_orderdetailsService.GetProductById(id));
 }