diff options
| author | Mirta <mirta@twine-s.com> | 2020-12-30 16:39:52 +0200 |
|---|---|---|
| committer | Mirta <mirta@twine-s.com> | 2020-12-30 16:39:52 +0200 |
| commit | 00a491d93733d4625ad329b2ba8237f445364b3f (patch) | |
| tree | 4b24c6fa78d7648f4bb7cefafa464bb0b063fec4 /Software/Visual_Studio/Tango.BL/ObservablesContext.cs | |
| parent | 124ad4150f80c6846fdee41dbbda9848c105f6e5 (diff) | |
| download | Tango-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.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 |
