public Detalle_Contactos_EmpresaController(IDetalle_Contactos_EmpresaService service, ITokenManager tokenManager, IAuthenticationApiConsumer authenticationApiConsumer, IDetalle_Contactos_EmpresaApiConsumer Detalle_Contactos_EmpresaApiConsumer, ISpartane_FileApiConsumer Spartane_FileApiConsumer, ISpartan_Business_RuleApiConsumer Spartan_Business_RuleApiConsumer, ISpartan_BR_Process_Event_DetailApiConsumer Spartan_BR_Process_Event_DetailApiConsumer, Iareas_EmpresasApiConsumer areas_EmpresasApiConsumer, IEstatusApiConsumer EstatusApiConsumer) { this.service = service; this._IAuthenticationApiConsumer = authenticationApiConsumer; this._IDetalle_Contactos_EmpresaApiConsumer = Detalle_Contactos_EmpresaApiConsumer; this._userCredential = SessionHelper.UserCredential; this._tokenManager = tokenManager; this._ISpartane_FileApiConsumer = Spartane_FileApiConsumer; this._ISpartan_Business_RuleApiConsumer = Spartan_Business_RuleApiConsumer; this._ISpartan_BR_Process_Event_DetailApiConsumer = Spartan_BR_Process_Event_DetailApiConsumer; this._Iareas_EmpresasApiConsumer = areas_EmpresasApiConsumer; this._IEstatusApiConsumer = EstatusApiConsumer; }
public areas_EmpresasController(Iareas_EmpresasService service, ITokenManager tokenManager, IAuthenticationApiConsumer authenticationApiConsumer, Iareas_EmpresasApiConsumer areas_EmpresasApiConsumer, ISpartane_FileApiConsumer Spartane_FileApiConsumer, ISpartan_Business_RuleApiConsumer Spartan_Business_RuleApiConsumer, ISpartan_BR_Process_Event_DetailApiConsumer Spartan_BR_Process_Event_DetailApiConsumer, ISpartan_FormatApiConsumer Spartan_FormatApiConsumer, ISpartan_Format_PermissionsApiConsumer Spartan_Format_PermissionsApiConsumer, IGeneratePDFApiConsumer GeneratePDFApiConsumer, ISpartan_Format_RelatedApiConsumer Spartan_Format_RelatedApiConsumer) { this.service = service; this._IAuthenticationApiConsumer = authenticationApiConsumer; this._Iareas_EmpresasApiConsumer = areas_EmpresasApiConsumer; this._userCredential = SessionHelper.UserCredential; this._tokenManager = tokenManager; this._ISpartane_FileApiConsumer = Spartane_FileApiConsumer; this._ISpartan_Business_RuleApiConsumer = Spartan_Business_RuleApiConsumer; this._ISpartan_BR_Process_Event_DetailApiConsumer = Spartan_BR_Process_Event_DetailApiConsumer; this._ISpartan_FormatApiConsumer = Spartan_FormatApiConsumer; this._ISpartan_Format_PermissionsApiConsumer = Spartan_Format_PermissionsApiConsumer; this._IGeneratePDFApiConsumer = GeneratePDFApiConsumer; this._ISpartan_FormatRelatedApiConsumer = Spartan_Format_RelatedApiConsumer; }