diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/ObservablesContext.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/ObservablesContext.cs | 88 |
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 |
