Exemplo n.º 1
0
 public EventsController(CFCprototypeContext context)
 {
     _context = context;
 }
 public MembersClassifiedsController(CFCprototypeContext context)
 {
     _context = context;
 }
 public SermonsController(CFCprototypeContext context)
 {
     _context = context;
 }
 public PrayerRequestsController(CFCprototypeContext context)
 {
     _context = context;
 }