Пример #1
0
 public void init()
 {
     repo.GetBudget().Returns(ListofBudget);
     BC = new BudgerCalculator(repo);
 }