diff options
Diffstat (limited to 'Gestor.Model/Model.Common/SqlQueryCondition.cs')
| -rw-r--r-- | Gestor.Model/Model.Common/SqlQueryCondition.cs | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/Gestor.Model/Model.Common/SqlQueryCondition.cs b/Gestor.Model/Model.Common/SqlQueryCondition.cs deleted file mode 100644 index fcf3138..0000000 --- a/Gestor.Model/Model.Common/SqlQueryCondition.cs +++ /dev/null @@ -1,26 +0,0 @@ -using System;
-using System.Collections.Generic;
-using System.Data.SqlClient;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.Common
-{
- public class SqlQueryCondition
- {
- public string Condicao
- {
- get;
- set;
- }
-
- public List<SqlParameter> Parametros
- {
- get;
- set;
- }
-
- public SqlQueryCondition()
- {
- }
- }
-}
\ No newline at end of file |