예제 #1
0
 public DayMeal(IMyContext db)
 {
     Period = db.GetFirstPeriod("manhã");
 }
예제 #2
0
 public NightMeal(IMyContext db)
 {
     Period = db.GetFirstPeriod("noite");
 }