aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/ObservablesContext.cs
diff options
context:
space:
mode:
authorMirta <mirta@twine-s.com>2020-12-30 16:39:52 +0200
committerMirta <mirta@twine-s.com>2020-12-30 16:39:52 +0200
commit00a491d93733d4625ad329b2ba8237f445364b3f (patch)
tree4b24c6fa78d7648f4bb7cefafa464bb0b063fec4 /Software/Visual_Studio/Tango.BL/ObservablesContext.cs
parent124ad4150f80c6846fdee41dbbda9848c105f6e5 (diff)
downloadTango-00a491d9.tar.gz
Tango-00a491d9.zip
merge
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/ObservablesContext.cs')
-rw-r--r--Software/Visual_Studio/Tango.BL/ObservablesContext.cs88
1 files changed, 0 insertions, 88 deletions
diff --git a/Software/Visual_Studio/Tango.BL/ObservablesContext.cs b/Software/Visual_Studio/Tango.BL/ObservablesContext.cs
index f92c98db3..9a7816eee 100644
--- a/Software/Visual_Studio/Tango.BL/ObservablesContext.cs
+++ b/Software/Visual_Studio/Tango.BL/ObservablesContext.cs
@@ -31,14 +31,6 @@ namespace Tango.BL
}
/// <summary>
- /// Gets or sets the ActionLogs.
- /// </summary>
- public DbSet<ActionLog> ActionLogs
- {
- get; set;
- }
-
- /// <summary>
/// Gets or sets the Addresses.
/// </summary>
public DbSet<Address> Addresses
@@ -167,14 +159,6 @@ namespace Tango.BL
}
/// <summary>
- /// Gets or sets the DataStoreItems.
- /// </summary>
- public DbSet<DataStoreItem> DataStoreItems
- {
- get; set;
- }
-
- /// <summary>
/// Gets or sets the DispenserTypes.
/// </summary>
public DbSet<DispenserType> DispenserTypes
@@ -223,22 +207,6 @@ namespace Tango.BL
}
/// <summary>
- /// Gets or sets the FseVersions.
- /// </summary>
- public DbSet<FseVersion> FseVersions
- {
- get; set;
- }
-
- /// <summary>
- /// Gets or sets the GlobalDataStoreItems.
- /// </summary>
- public DbSet<GlobalDataStoreItem> GlobalDataStoreItems
- {
- get; set;
- }
-
- /// <summary>
/// Gets or sets the HardwareBlowerTypes.
/// </summary>
public DbSet<HardwareBlowerType> HardwareBlowerTypes
@@ -511,22 +479,6 @@ namespace Tango.BL
}
/// <summary>
- /// Gets or sets the PublishedProcedureProjects.
- /// </summary>
- public DbSet<PublishedProcedureProject> PublishedProcedureProjects
- {
- get; set;
- }
-
- /// <summary>
- /// Gets or sets the PublishedProcedureProjectsVersions.
- /// </summary>
- public DbSet<PublishedProcedureProjectsVersion> PublishedProcedureProjectsVersions
- {
- get; set;
- }
-
- /// <summary>
/// Gets or sets the Rmls.
/// </summary>
public DbSet<Rml> Rmls
@@ -535,14 +487,6 @@ namespace Tango.BL
}
/// <summary>
- /// Gets or sets the RmlsSpools.
- /// </summary>
- public DbSet<RmlsSpool> RmlsSpools
- {
- get; set;
- }
-
- /// <summary>
/// Gets or sets the Roles.
/// </summary>
public DbSet<Role> Roles
@@ -567,30 +511,6 @@ namespace Tango.BL
}
/// <summary>
- /// Gets or sets the Sites.
- /// </summary>
- public DbSet<Site> Sites
- {
- get; set;
- }
-
- /// <summary>
- /// Gets or sets the SitesCatalogs.
- /// </summary>
- public DbSet<SitesCatalog> SitesCatalogs
- {
- get; set;
- }
-
- /// <summary>
- /// Gets or sets the SitesRmls.
- /// </summary>
- public DbSet<SitesRml> SitesRmls
- {
- get; set;
- }
-
- /// <summary>
/// Gets or sets the SpoolTypes.
/// </summary>
public DbSet<SpoolType> SpoolTypes
@@ -615,14 +535,6 @@ namespace Tango.BL
}
/// <summary>
- /// Gets or sets the TangoUpdates.
- /// </summary>
- public DbSet<TangoUpdate> TangoUpdates
- {
- get; set;
- }
-
- /// <summary>
/// Gets or sets the TangoVersions.
/// </summary>
public DbSet<TangoVersion> TangoVersions