Esempio n. 1
0
 public ModelBaseController(IConfiguration config,
                            SaraReportDBContext dBContext)
 {
     Configuration  = config;
     this.dBContext = dBContext;
     Random         = new Random();
 }
Esempio n. 2
0
 public SessionController(IConfiguration configuration,
                          SaraReportDBContext dBContext)
     : base(configuration, dBContext)
 {
 }