diff options
Diffstat (limited to 'Gestor.Model/Model.Domain.Seguros/TupleList.cs')
| -rw-r--r-- | Gestor.Model/Model.Domain.Seguros/TupleList.cs | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/Gestor.Model/Model.Domain.Seguros/TupleList.cs b/Gestor.Model/Model.Domain.Seguros/TupleList.cs deleted file mode 100644 index 406b072..0000000 --- a/Gestor.Model/Model.Domain.Seguros/TupleList.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System;
-using System.Collections.ObjectModel;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.Domain.Seguros
-{
- public class TupleList
- {
- public ObservableCollection<Tuple<string, string, string>> Tuples
- {
- get;
- set;
- }
-
- public TupleList()
- {
- }
- }
-}
\ No newline at end of file |