Exemplo n.º 1
0
 public BlogService(MathService mathService, ContrivedContext contrivedContext)
 {
     _mathService      = mathService;
     _contrivedContext = contrivedContext;
 }
Exemplo n.º 2
0
 public SeedController(ContrivedContext contrivedContext)
 {
     _contrivedContext = contrivedContext;
 }