예제 #1
0
 public AboutMeController(MyInfoService myInfoService)
 {
     _myInfoService = myInfoService;
 }
예제 #2
0
 public MyInfoController(MyInfoService myInfoService)
 {
     _myInfoService = myInfoService;
 }