Example #1
0
 public HomeController(IMyInfoService _myInfoService)
 {
     myInfoService = _myInfoService;
 }
Example #2
0
 public MyInfoCallbackController(IMyInfoService _myInfoService)
 {
     myInfoService = _myInfoService;
 }