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