replace saving background tasks in DB

This commit is contained in:
vfedosevich 2013-05-23 09:42:55 +03:00
parent 3353de1e5d
commit e7d5bf0c7e
52 changed files with 1423 additions and 1306 deletions

View file

@ -160,6 +160,7 @@
<Compile Include="StatisticsServers\StatisticsServerController.cs" />
<Compile Include="System\SystemController.cs" />
<Compile Include="Tasks\SendEmailNotification.cs" />
<Compile Include="Tasks\TaskController.cs" />
<Compile Include="Tasks\TaskEventHandler.cs" />
<Compile Include="Tasks\TaskManager.cs" />
<Compile Include="Users\UserAsyncWorker.cs" />