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