コード例 #1
0
 public SqlHumanRepository(InfestationContext context)
 {
     db = context;
 }
コード例 #2
0
 public HumanController(InfestationContext context)
 {
     _context = context;
 }
コード例 #3
0
 public SqlNewsRepository(InfestationContext context)
 {
     _context = context;
 }