예제 #1
0
 public COGeneralBiz(RepoDemografia repoDemografia, RepoDocumento repoDocumento, RepoPoblacion repoPoblacion, RepoFaqCor repoFaqCor, RepoDemografiaReportada repoDemografiaReportada, RepoNotificacion repoNotificacion)
 {
     _repoDemografia          = repoDemografia;
     _repoDocumento           = repoDocumento;
     _repoPoblacion           = repoPoblacion;
     _repoFaqCor              = repoFaqCor;
     _repoDemografiaReportada = repoDemografiaReportada;
     _repoNotificacion        = repoNotificacion;
 }
예제 #2
0
 public COSeguridadBiz(UserManager <IdentityUser> userManager, RepoDemografia repoDemografia, RepoDocumento repoDocumento,
                       RepoRoles repoRoles, IConfiguration configuration, RepoPoblacion repoPoblacion, RepoDocumentosEmprendedor repoDocumentosEmprendedor)
 {
     _userManager               = userManager;
     _repoDemografia            = repoDemografia;
     _repoDocumento             = repoDocumento;
     _configuration             = configuration;
     _repoRoles                 = repoRoles;
     _repoPoblacion             = repoPoblacion;
     _repoDocumentosEmprendedor = repoDocumentosEmprendedor;
 }