Esempio n. 1
0
        public EMPLOYEESTests()
        {
            string connectionString = ConfigurationManager.ConnectionStrings["MyConnection"].ConnectionString;

            database = new HRSMContextContainer(connectionString);
        }
Esempio n. 2
0
 public EmployeeController()
 {
     database   = new HRSMContextContainer(Properties.Settings.Default.HRSMConnectionString);
     erpContext = new GalaxtErpContext();
 }
Esempio n. 3
0
 //
 // GET: /GuardSite/
 public GuardSiteController()
 {
     database = new HRSMContextContainer(Properties.Settings.Default.HRSMConnectionString);
 }