// Id: #8951402
using Inpart.Integracao.GerenciadorJobs.Services.AutomacaoAuditoriaPos;
var jobAutomacaoAuditoriaPosService = Activate<JobAutomacaoAuditoriaPosService>();
await jobAutomacaoAuditoriaPosService.ProcessarAutomacao();
| CurrentCulture | |
| RecurringJobId | |
| Time | |
An exception occurred during performance of the job.
Cannot create a DbSet for 'Pedido' because this type is not included in the model for the context.
System.InvalidOperationException: Cannot create a DbSet for 'Pedido' because this type is not included in the model for the context. at Microsoft.EntityFrameworkCore.Internal.InternalDbSet`1.get_EntityType() at Microsoft.EntityFrameworkCore.Internal.InternalDbSet`1.CheckState() at Microsoft.EntityFrameworkCore.Internal.InternalDbSet`1.get_EntityQueryable() at Microsoft.EntityFrameworkCore.Internal.InternalDbSet`1.System.Linq.IQueryable.get_Provider() at System.Linq.Queryable.Where[TSource](IQueryable`1 source, Expression`1 predicate) at Inpart.Integracao.GerenciadorJobs.Services.AutomacaoAuditoriaPos.JobAutomacaoAuditoriaPosService.ProcessarPedido(PedidoCandidatoAuditoriaDto pedido, List`1 histsPendentes) in C:\Users\Ber\Documents\Inpart\Inpart.Integracao.GerenciadorJobs\Inpart.Integracao.GerenciadorJobs\Services\AutomacaoAuditoriaPos\JobAutomacaoAuditoriaPosService.cs:line 96 at Inpart.Integracao.GerenciadorJobs.Services.AutomacaoAuditoriaPos.JobAutomacaoAuditoriaPosService.ProcessarAutomacao() in C:\Users\Ber\Documents\Inpart\Inpart.Integracao.GerenciadorJobs\Inpart.Integracao.GerenciadorJobs\Services\AutomacaoAuditoriaPos\JobAutomacaoAuditoriaPosService.cs:line 63 at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)