Exemplo n.º 1
0
 public ApplicationInst(AppOptions options) : base(options)
 {
 }
Exemplo n.º 2
0
 protected Application(AppOptions options)
 {
     this.UserRepo = null;
     this.options  = options;
     this.Arena    = null;
 }