コード例 #1
0
 public VolunteerRepository(VolunteerContext _context)
 {
     Context = _context;
 }
コード例 #2
0
 public VolunteerRepository()
 {
     Context = new VolunteerContext();
 }