public DataManager()
 {
     db = new HRContext();
 }
Esempio n. 2
0
 public DataManager(string connection)
 {
     context = new HRContext(connection);
 }