public SessionController(IUserSysAppService appService)
 {
     this.appService = appService;
 }
예제 #2
0
 public UserSysController(IUserSysAppService appService)
 {
     this.appService = appService;
 }