public AsistenciaClaseApiController(IEngineTool _tool, IEngineDb _metodo, IEngineProject _funcion, IEngineNotify _notyfy) { Tool = _tool; Metodo = _metodo; Funcion = _funcion; Notify = _notyfy; }
public ContactController(IEngineProject _Funcion, IEngineHttp _FuncionHttp, IEngineTool _Tool, IEngineProcesor _Proceso, IEngineNotify _Notify) { this.Funcion = _Funcion; this.FuncionHttp = _FuncionHttp; this.Tool = _Tool; this.Proceso = _Proceso; this.Notify = _Notify; }
public ProcesorController(IEngineProject _Funcion, IEngineHttp _FuncionHttp, IEngineTool _Tool, IEngineProcesor _Proceso, IEngineRead _Lector, IEngineNotify _Notify) { this.Funcion = _Funcion; this.FuncionHttp = _FuncionHttp; this.Tool = _Tool; this.Proceso = _Proceso; this.Lector = _Lector; this.Notify = _Notify; }
public HomeController(IEngineNotify _EngineNotify, IEngineSerialize _EngineSerialize, IWebHostEnvironment _env, IEngineTool _EngineTool, IEmpresaClienteRepository _EmpresaClienteRepository, IProcesador _Procesador) { this.EngineNotify = _EngineNotify; this.EngineSerialize = _EngineSerialize; this.EngineTool = _EngineTool; this.EmpresaClienteRepository = _EmpresaClienteRepository; this.env = _env; this.Procesador = _Procesador; }
public CompanyApiController(IEngineTool _tool, IEngineDb _metodo, IEngineNotify _notificacion) { Tool = _tool; Metodo = _metodo; Notificacion = _notificacion; }