Example #1
0
 public Demo(IDemoServices demoServices)
 {
     _demoServices = demoServices;
 }
Example #2
0
 public DemoController(IDemoServices demoServices)
 {
     _demoServices = demoServices;
 }
Example #3
0
 public DemoController(IDemoServices demoServices)
 {
     _demoServices = demoServices;
 }