コード例 #1
0
 public AprobacionPlanCommandHandler(IApplicationDbContext context, IMapper mapper, IHttpContextAccessor httpContext, ICorreosService sendCorreo)
 {
     _context     = context;
     _mapper      = mapper;
     _httpContext = httpContext;
     _sendCorreo  = sendCorreo;
 }
コード例 #2
0
 public IniciarAprobacionCommandHandler(IApplicationDbContext context, /*IDocReferencia dataDocRef,*/ IConfiguration config, ICorreosService sendCorreo)//  ,
 {
     _context = context;
     //_dataDocRef = dataDocRef;
     _config     = config;
     _sendCorreo = sendCorreo;
 }
コード例 #3
0
 public SendNotificacionCommandHandler(IApplicationDbContext context, ICorreosService sendCorreo)
 {
     _context    = context;
     _sendCorreo = sendCorreo;
 }