Example #1
0
 public static void ClassInit(TestContext context)
 {
     _budgetService = new BudgetsService(_budgetsRepository);
 }
Example #2
0
 public BudgetsController(BudgetsService service)
 {
     _service = service;
 }