예제 #1
0
 public InteresadoController(TiendaVirtualContext _context)
 {
     interesadoService = new InteresadoService(_context);
     context           = _context;
 }
예제 #2
0
 public InteresadoController(TestWebContext context)
 {
     interesadoService = new InteresadoService(context);
 }
예제 #3
0
 public InteresadoController(NaacCelularesContext context, IOptions <AppSetting> appSettings)
 {
     JwtService = new JwtService(appSettings);
     Service    = new InteresadoService(context);
 }