Beispiel #1
0
 public HuntingSpotRepository(HuntedListContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public ListRepository(HuntedListContext context, TibiaParser parser)
 {
     _parser  = parser;
     _context = context;
 }
Beispiel #3
0
 public CharacterRepository(HuntedListContext context)
 {
     _context = context;
 }