Exemple #1
0
 public GroupDAL()
 {
     db = new SgmSystemDbContext();
 }
Exemple #2
0
 public AccountDAL()
 {
     db = new SgmSystemDbContext();
 }
Exemple #3
0
 public UserEventDAL()
 {
     db = new SgmSystemDbContext();
 }
Exemple #4
0
 public HomeDAL()
 {
     db = new SgmSystemDbContext();
 }
Exemple #5
0
 public AttandanceDAL()
 {
     db = new SgmSystemDbContext();
 }