Esempio n. 1
0
 public BackpackService()
 {
     foodMaterialDao = new FoodMaterialDao();
     foodMaterialDao.Start();
 }