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