예제 #1
0
 public MailController(IBgShopService bgShopService, IBgUserService bgUserService, IBgEmailService bgEmailService, IBgEmailRecieverService bgEmailRecieverService, IBgVEmailRecieverService bgVEmailRecieverService)
 {
     _bgShopService           = bgShopService;
     _bgUserService           = bgUserService;
     _bgEmailService          = bgEmailService;
     _bgEmailRecieverService  = bgEmailRecieverService;
     _bgVEmailRecieverService = bgVEmailRecieverService;
 }
예제 #2
0
 public MailApiController(IBgEmailService bgEmailService, IBgEmailRecieverService bgEmailRecieverService)
 {
     _bgEmailService         = bgEmailService;
     _bgEmailRecieverService = bgEmailRecieverService;
 }