Ejemplo n.º 1
0
 public UserService(Game2048DbContext db)
 {
     this.db = db;
 }
Ejemplo n.º 2
0
 public void SetInit()
 {
     this.db          = this.GetDatabase();
     this.userManager = new UserService(db);
 }