示例#1
0
 public PeopleController(SampleCoreDataContext context)
 {
     _context = context;
 }
 public LocationsController(SampleCoreDataContext context)
 {
     _context = context;
 }