示例#1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="theService"></param>
 public TheController(ITheService theService)
 {
     _theService = theService;
 }
示例#2
0
 public Core(IComponentContext context, ITheService srv)
 {
     this.Service = srv;
     this.Context = context;
 }
示例#3
0
 public ValuesController(ITheService theService)
 {
     this.theService = theService;
 }
示例#4
0
 public Core(IComponentContext context, ITheService srv)
 {
     this.Service = srv;
     this.Context = context;
 }