Example #1
0
 public BirdRepository(BirdsContext birdsContext)
 {
     _birdContext = birdsContext;
 }
 public SamplingController()
 {
     _context = new BirdsContext();
 }
 public BirdController()
 {
     _context = new BirdsContext();
 }
Example #4
0
 public MobileController()
 {
     _context = new BirdsContext();
 }
Example #5
0
 public TellerRepository(BirdsContext birdsContext)
 {
     _birdContext = birdsContext;
 }
 public TaxonomyController()
 {
     _context = new BirdsContext();
 }
Example #7
0
 public HomeController()
 {
     _context = new BirdsContext();
 }