public GospelUsersController(GospelStoryDBContext context)
 {
     _context = context;
 }
示例#2
0
 public TestimoniesController(GospelStoryDBContext context, IWebHostEnvironment hostEnvironment)
 {
     _context = context;
     this._hostEnvironment = hostEnvironment;
 }
 public GospelSharingsController(GospelStoryDBContext context)
 {
     _context = context;
 }