public RefreshTokenRepository(AgroBarnContext context)
 {
     _context = context;
 }
Пример #2
0
 public MessageRepository(AgroBarnContext context)
 {
     _context = context;
 }
Пример #3
0
 public PeopleRepository(AgroBarnContext context)
 {
     _context = context;
 }
Пример #4
0
 public BreedRepository(AgroBarnContext context)
 {
     _context = context;
 }