Exemplo n.º 1
0
 public TablesController(ListaAmigosContext context, IGerenciamentoCookie gCookie)
 {
     _context     = context;
     this.gCookie = gCookie;
 }
Exemplo n.º 2
0
 public SessaoController(IGerenciamentoCookie gCookie)
 {
     this.gCookie = gCookie;
 }