Ejemplo n.º 1
0
 public HomeBudgetRepository()
 {
     _jsonservice = new JsonService();
     homeBudgets  = _jsonservice.LoadHomeBudgets();
 }