Exemplo n.º 1
0
 public AuthenticationController(Model.SQLiteContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public SignUpController(Model.SQLiteContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public UpdateController(IConfiguration configuration, Model.SQLiteContext context)
 {
     _context        = context;
     _configuration  = configuration;
     _requestBuilder = new TMDB.RequestBuilder(configuration);
 }
Exemplo n.º 4
0
 public DataController(Model.SQLiteContext context)
 {
     _context = context;
 }