public ServicosModel(IAppServiceSetor appServiceSetor, IAppServiceSecretaria appServiceSecretaria, IAppServiceServico appServiceServico) { _appServiceSetor = appServiceSetor; _appServiceSecretaria = appServiceSecretaria; _appServiceServico = appServiceServico; }
public AtendimentoCancelarModel(IAppServiceAtendimento appServiceAtendimento, IAppServiceCanal appServiceCanal, IAppServiceServico appServiceServico, IAppServiceSetor appServiceSetor) { _appServiceAtendimento = appServiceAtendimento; _appServiceCanal = appServiceCanal; _appServiceServico = appServiceServico; _appServiceSetor = appServiceSetor; //_userManager = userManager; }
public NovoModel(IAppServiceAtendimento appServiceAtendimento, IAppServicePessoa appServicePessoa, IAppServiceEmpresa appServiceEmpresa, IAppServiceCanal appServiceCanal, IAppServiceServico appServiceServico, IAppServiceSetor appServiceSetor) { _appServiceAtendimento = appServiceAtendimento; _appServicePessoa = appServicePessoa; _appServiceEmpresa = appServiceEmpresa; _appServiceCanal = appServiceCanal; _appServiceServico = appServiceServico; _appServiceSetor = appServiceSetor; //_userManager = userManager; }