diff options
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Models')
| -rw-r--r-- | Software/Visual_Studio/Web/Tango.MachineService/Models/Person.cs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Models/Person.cs b/Software/Visual_Studio/Web/Tango.MachineService/Models/Person.cs deleted file mode 100644 index c54d44e8f..000000000 --- a/Software/Visual_Studio/Web/Tango.MachineService/Models/Person.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; - -namespace Tango.MachineService.Models -{ - public class Person - { - public String FirstName { get; set; } - - public String LastName { get; set; } - } -}
\ No newline at end of file |
