Exemple #1
0
 public ContactRepository()
 {
     _dbContext = new ContactsManagerDBEntities();
     _dbSet     = _dbContext.Set <Contact>();
 }