Creating OOOTrainingReport scheduled job
This commit is contained in:
@ -130,6 +130,7 @@
|
||||
<Compile Include="Global.asax.cs">
|
||||
<DependentUpon>Global.asax</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="JobSchedules\OOOTrainingReportJobSchedule.cs" />
|
||||
<Compile Include="Misc\DemoHelper.cs" />
|
||||
<Compile Include="Misc\Documentum.cs" />
|
||||
<Compile Include="Misc\EmailNotification.cs" />
|
||||
@ -248,6 +249,7 @@
|
||||
<Compile Include="ViewModels\LTMaterial.cs" />
|
||||
<Compile Include="ViewModels\OOOViewModel.cs" />
|
||||
<Compile Include="ViewModels\ReportsViewModels.cs" />
|
||||
<Compile Include="Jobs\OOOTrainingReportJob.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Content\bootstrap-theme.css" />
|
||||
@ -1966,6 +1968,9 @@
|
||||
<PackageReference Include="Owin">
|
||||
<Version>1.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Quartz">
|
||||
<Version>3.7.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Respond">
|
||||
<Version>1.2.0</Version>
|
||||
</PackageReference>
|
||||
|
Reference in New Issue
Block a user