示例#1
0
 public void Initialize()
 {
     userSession = new UserSessionModel
     {
         Id       = 1,
         UserName = "******"
     };
 }
示例#2
0
 public UserServices(IAnimaniaConsoleContext ctx, IMapper mapper, IUserSessionModel session)
 {
     this.Session = session;
     this.Context = ctx;
     this.Mapper  = mapper;
 }