public AgeGroupRepository(AgeRangerContext context)
 {
     _context = context;
 }
示例#2
0
 public PersonRepository(AgeRangerContext context)
 {
     _context = context;
 }