public AuthController()
 {
     this.repo     = new Models.FerreteriaDiplomadoEntities();
     this._context = new FerreContext();
 }
Exemplo n.º 2
0
 public FerreController(FerreContext context)
 {
     _context = context;
 }