diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2022-05-02 16:49:31 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2022-05-02 16:49:31 +0300 |
| commit | 643e13480ee25f02e8bf88a8d8e152780545bf3b (patch) | |
| tree | 475e687705349d57df716be054412a074e6e6295 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ThreadExtensions/Models/UserModel.cs | |
| parent | c7d7c3cbd8f6a2b03301c69cbd7a9ee6d1edd858 (diff) | |
| parent | 516438dede5ffce6f2685e85d2b793a604eebd72 (diff) | |
| download | Tango-643e13480ee25f02e8bf88a8d8e152780545bf3b.tar.gz Tango-643e13480ee25f02e8bf88a8d8e152780545bf3b.zip | |
merged vica jobs v2 fixes and ms rml extension fixes.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ThreadExtensions/Models/UserModel.cs')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ThreadExtensions/Models/UserModel.cs | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ThreadExtensions/Models/UserModel.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ThreadExtensions/Models/UserModel.cs new file mode 100644 index 000000000..5fbda6f12 --- /dev/null +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ThreadExtensions/Models/UserModel.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Tango.MachineStudio.ThreadExtensions.Models +{ + public class UserModel + { + public String Guid { get; set; } + + public string Name { get; set; } + } +} |
