Example #1
0
 public PersonRepository(EintechDbContext dataContext) : base(dataContext)
 {
 }
Example #2
0
 public GroupService(EintechDbContext context)
 {
     _context = context;
 }