Exemplo n.º 1
0
 public FoodApiController(IFoodLogEntryRepository repo)
 {
     this.repository = repo;
 }
 public FoodLogApiController()
 {
     foodDb = new FoodLogEntrySqlRepository();
 }