예제 #1
0
 public FundsRepository()
 {
     _jsonService = new JsonService();
     funds        = _jsonService.LoadFunds();
 }