Example #1
0
 public void Edit_Coffe(Model_Coffee coffee)
 {
     this.name              = coffee.name;
     this.cost_price        = coffee.cost_price;
     this.price             = coffee.price;
     this.grain_type        = coffee.grain_type;
     this.country_of_origin = coffee.country_of_origin;
     this.gram_per_serving  = coffee.gram_per_serving;
     this.info              = coffee.info;
 }
Example #2
0
 public Model_chek(Model_Coffee coffee, int count)
 {
     time        = DateTime.Now;
     this.coffee = coffee;
     this.count  = count;
 }