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