Implemented database backups and restores into the AdvertisingProfitControlData DLL and added a form, DatabaseRecovery, to manage the backups and restores. Updated the installer to include the data DLL file into the install bundle.
This commit is contained in:
@@ -49,13 +49,15 @@
|
||||
<Compile Include="ActualSale.cs" />
|
||||
<Compile Include="AdItem.cs" />
|
||||
<Compile Include="AdSpecial.cs" />
|
||||
<Compile Include="AdvertisingProfitControlModel.cs" />
|
||||
<Compile Include="AdvertisingProfitControlDbContext.cs" />
|
||||
<Compile Include="Backup.cs" />
|
||||
<Compile Include="CostAnaylsi.cs" />
|
||||
<Compile Include="Inventory.cs" />
|
||||
<Compile Include="Invoice.cs" />
|
||||
<Compile Include="Note.cs" />
|
||||
<Compile Include="Projection.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Restore.cs" />
|
||||
<Compile Include="Supplier.cs" />
|
||||
<Compile Include="Taxable.cs" />
|
||||
<Compile Include="Version.cs" />
|
||||
|
||||
Reference in New Issue
Block a user