示例#1
0
 public EmailAuthentication(MosaicContext context)
 {
     _context = context;
 }
示例#2
0
 public EmailsController(MosaicContext context, IEmailAuthentication service)
 {
     _context = context;
     _service = service;
 }
 public AnnouncementsController(MosaicContext context)
 {
     _context = context;
 }