コード例 #1
0
 public TabelaAuxiliarController(ICategoriaContatoAppService ccApps, ICategoriaNotificacaoAppService cnApps, IOrigemAppService orApps, IProfissaoAppService prApps, IClubeAppService clApps)
 {
     ccApp = ccApps;
     cnApp = cnApps;
     orApp = orApps;
     prApp = prApps;
     clApp = clApps;
 }
コード例 #2
0
 public BaseAdminController(IUsuarioAppService baseApps, ILogAppService logApps, INoticiaAppService notApps, INotificacaoAppService notfApps, IUsuarioAppService usuApps, IOrigemAppService oriApps, IProfissaoAppService proApps, IClubeAppService cluApps, ICategoriaContatoAppService ccApps)
 {
     baseApp = baseApps;
     logApp  = logApps;
     notiApp = notApps;
     notfApp = notfApps;
     usuApp  = usuApps;
     oriApp  = oriApps;
     proApp  = proApps;
     cluApp  = cluApps;
     ccApp   = ccApps;
 }