Пример #1
0
 public GraphService(GieldaL2TesterContext context)
 {
     _repository = new GraphRepository(context);
 }
Пример #2
0
 public GraphController(GieldaL2TesterContext context)
 {
     _graphService = new GraphService(context);
 }
 public GraphRepository(GieldaL2TesterContext context)
 {
     _context = context;
 }