Esempio n. 1
0
 public TokenController(Data.ApiDbContext context)
 {
     authman = new Services.AuthMan(this, context);
 }