public SessionController(IUserSysAppService appService)
 {
     this.appService = appService;
 }
Ejemplo n.º 2
0
 public UserSysController(IUserSysAppService appService)
 {
     this.appService = appService;
 }