示例#1
0
        public EMPLOYEESTests()
        {
            string connectionString = ConfigurationManager.ConnectionStrings["MyConnection"].ConnectionString;

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