コード例 #1
0
 public IndexModel(IAppServiceAtendimento appServiceAtendimento)
 {
     _appServiceAtendimento = appServiceAtendimento;
     //_userManager = userManager;
     Input = new();
     Input.DataAtendimento = DateTime.Now.Date;
 }
コード例 #2
0
 public ConsultaUserModel(IAppServiceAtendimento appServiceAtendimento,
                          IAppServiceUser appServiceUser)
 {
     _appServiceAtendimento = appServiceAtendimento;
     _appIdentity           = appServiceUser;
     Input = new();
 }
コード例 #3
0
 public IndexModel(UserManager <ApplicationUser> userManager,
                   IAppServiceAtendimento appAtendimento,
                   IAppServiceStatusAtendimento appServiceStatusAtendimento)
 {
     _userManager    = userManager;
     _appAtendimento = appAtendimento;
     _appServiceStatusAtendimento = appServiceStatusAtendimento;
 }
コード例 #4
0
 public AtivosModel(IAppServiceAtendimento appServiceAtendimento)
 {
     //_userManager = userManager;
     _appServiceAtendimento = appServiceAtendimento;
     Input       = new();
     Input.DataI = new DateTime(DateTime.Now.Year, 1, 1);
     Input.DataF = DateTime.Now;
 }
コード例 #5
0
 public IniciarModel(IAppServiceAtendimento appServiceAtendimento,
                     IAppServicePessoa appServicePessoa,
                     IAppServiceEmpresa appServiceEmpresa,
                     IAppServiceContador appServiceContador)
 {
     _appServiceAtendimento = appServiceAtendimento;
     _appServicePessoa      = appServicePessoa;
     _appServiceEmpresa     = appServiceEmpresa;
     //_userManager = userManager;
     _appServiceContador = appServiceContador;
 }
コード例 #6
0
 public AtendimentoCancelarModel(IAppServiceAtendimento appServiceAtendimento,
                                 IAppServiceCanal appServiceCanal,
                                 IAppServiceServico appServiceServico,
                                 IAppServiceSetor appServiceSetor)
 {
     _appServiceAtendimento = appServiceAtendimento;
     _appServiceCanal       = appServiceCanal;
     _appServiceServico     = appServiceServico;
     _appServiceSetor       = appServiceSetor;
     //_userManager = userManager;
 }
コード例 #7
0
 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;
 }
コード例 #8
0
 public ConsultaModel(IAppServiceAtendimento appServiceAtendimento)
 {
     _appServiceAtendimento = appServiceAtendimento;
     Input = new();
 }
コード例 #9
0
 public AdicionarRaeModel(IAppServiceAtendimento appServiceAtendimento)
 {
     _appServiceAtendimento = appServiceAtendimento;
 }
コード例 #10
0
 public IndexModel(IAppServiceAtendimento appAtendimento,
                   IAppServiceSetor appsetores)
 {
     _appAtendimento = appAtendimento;
     _appSetores     = appsetores;
 }
コード例 #11
0
 public DetailModel(IAppServiceAtendimento appServiceAtendimento)
 {
     _appServiceAtendimento = appServiceAtendimento;
 }