diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-03-23 23:50:13 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-03-23 23:50:13 +0200 |
| commit | 879a7c2179d991f4b68a513f60de3472b2e64102 (patch) | |
| tree | 283332c93e59ff85e05a61c930760ec3b1b2525b /Software/Visual_Studio/FSE/Tango.FSE.Web | |
| parent | d4cde3ccf2c29991b65285396fb97eafa1e434df (diff) | |
| download | Tango-879a7c2179d991f4b68a513f60de3472b2e64102.tar.gz Tango-879a7c2179d991f4b68a513f60de3472b2e64102.zip | |
Implemented cached entities using DataResolver<T>.
Implemented DataResolver Builder.
Implemented offline gateway, authentication, machines...
Implemented online checking.
Moved FSEWebClient and Gateway to BL.
Implemented blocking of machines outside of the organization.
Diffstat (limited to 'Software/Visual_Studio/FSE/Tango.FSE.Web')
| -rw-r--r-- | Software/Visual_Studio/FSE/Tango.FSE.Web/Messages/LoginResponse.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.Web/Messages/LoginResponse.cs b/Software/Visual_Studio/FSE/Tango.FSE.Web/Messages/LoginResponse.cs index 83fd59439..bbf18fd74 100644 --- a/Software/Visual_Studio/FSE/Tango.FSE.Web/Messages/LoginResponse.cs +++ b/Software/Visual_Studio/FSE/Tango.FSE.Web/Messages/LoginResponse.cs @@ -11,8 +11,6 @@ namespace Tango.FSE.Web.Messages public class LoginResponse : WebTokenResponse { public DataSource DataSource { get; set; } - public bool VersionChangeRequired { get; set; } - public String RequiredVersion { get; set; } public bool PasswordChangeRequired { get; set; } } } |
