public static crops GetProduct(int id)
 {
     /* return   new Product { ID = id, Title = "Gerbera", Description = "Wedding Flower",
      *                                UnitPrice = 6, Quantity = 5000
      *                                ,ImageUrl="/images/Transflower.jpg"};*/
     return(DBManager.GetByID(id));
 }
 public static crops getcrop(int id)
 {
     return(DBManager.GetByID(id));
 }
コード例 #3
0
 public static usermanager GetProduct(int id)
 {
     // return new Product { ID = id, Title = "Gerbera", Description = "wedding Flower", UnitPrice = 6, Quantity = 5000 };
     //  return DBManager.GetByID(id);
     return(DBManager.GetByID(id));
 }