diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-23 12:45:58 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-23 12:45:58 +0300 |
| commit | 0c87bc378ef68e8466a602a5c3252cfa5225af49 (patch) | |
| tree | e8ed67ffb4d0c31db2ce3eb7471f6007bac6a3fa /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Authentication | |
| parent | 1f2ebb7e81e6082ec31f3febbcf0f777263679aa (diff) | |
| download | Tango-0c87bc378ef68e8466a602a5c3252cfa5225af49.tar.gz Tango-0c87bc378ef68e8466a602a5c3252cfa5225af49.zip | |
New version numbers using Auto Increment Versions visual studio extension !
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Authentication')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Authentication/IAuthenticationProvider.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Authentication/IAuthenticationProvider.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Authentication/IAuthenticationProvider.cs index 29c908ba4..0c2aa3cb7 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Authentication/IAuthenticationProvider.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Authentication/IAuthenticationProvider.cs @@ -5,12 +5,12 @@ using System.Text; using System.Threading.Tasks; using Tango.BL.Entities; -namespace Tango.MachineStudio.Common.Authentication +namespace Tango.MachineStudio.Common.Authentication { /// <summary> /// Represents the Machine Studio user authentication provider responsible for the current logged-in user. /// </summary> - public interface IAuthenticationProvider + public interface IAuthenticationProvider { /// <summary> /// Occurs when the current logged-in user has changed. |
