示例#1
0
 public ServicosModel(IAppServiceSetor appServiceSetor,
                      IAppServiceSecretaria appServiceSecretaria,
                      IAppServiceServico appServiceServico)
 {
     _appServiceSetor      = appServiceSetor;
     _appServiceSecretaria = appServiceSecretaria;
     _appServiceServico    = appServiceServico;
 }
 public CanalModel(IAppServiceSetor appServiceSetor,
                   IAppServiceSecretaria appServiceSecretaria,
                   IAppServiceCanal appServiceCanal)
 {
     _appServiceSetor      = appServiceSetor;
     _appServiceSecretaria = appServiceSecretaria;
     _appServiceCanal      = appServiceCanal;
 }
 public SetoresModel(IAppServiceSetor appServiceSetor, IAppServiceSecretaria appServiceSecretaria)
 {
     _appServiceSetor      = appServiceSetor;
     _appServiceSecretaria = appServiceSecretaria;
 }
示例#4
0
 public ParceirosModel(IAppServiceSecretaria appServiceSecretaria,
                       IAppServiceParceiro appServiceParceiro)
 {
     _appServiceSecretaria = appServiceSecretaria;
     _appServiceParceiro   = appServiceParceiro;
 }
 public IndexModel(IAppServiceSecretaria appServiceSecretaria)
 {
     _appServiceSecretaria = appServiceSecretaria;
 }