Exemple #1
0
 public MpAutoReplyController(IMpAutoReplyService _IMpAutoReplyService)
 {
     this.IMpAutoReplyService = _IMpAutoReplyService;
 }
Exemple #2
0
 public LoginController(IUserService _IUserService, IAdminService _IAdminService, IMpAutoReplyService _IMpAutoReplyService)
 {
     this.IUserService        = _IUserService;
     this.IAdminService       = _IAdminService;
     this.IMpAutoReplyService = _IMpAutoReplyService;
 }