Example #1
0
 public BaseRepoisitory(PHONEBOOK_DB pHONEBOOK_)
 {
     context = pHONEBOOK_;
 }
Example #2
0
 public PersonRepo(PHONEBOOK_DB dbContext) : base(dbContext)
 {
 }
Example #3
0
 public TagRepo(PHONEBOOK_DB dbContext) : base(dbContext)
 {
 }
Example #4
0
 public PhoneRepo(PHONEBOOK_DB dbContext) : base(dbContext)
 {
 }