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