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