diff --git a/td_corp.SHARED/Entities/Entity.cs b/td_corp.SHARED/Entities/Entity.cs deleted file mode 100644 index d71bbba..0000000 --- a/td_corp.SHARED/Entities/Entity.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System; -using Flunt.Notifications; - -namespace td_corp.SHARED -{ - public abstract class Entity : Notifiable, IEquatable - { - public Entity() - { - Id = Guid.NewGuid(); - IsActive = true; - Created = DateTime.Now; - ActivationDate = DateTime.Now; - } - - public Guid Id { get; private set; } - public bool IsActive { get; set; } - public DateTime? ActivationDate { get; set; } - public DateTime? InactivationDate { get; set; } - public DateTime Created { get; set; } - - public bool Equals(Entity other) - { - return Id == other.Id; - } - } -} diff --git a/td_corp.SHARED/Interfaces/ICommand.cs b/td_corp.SHARED/Interfaces/ICommand.cs deleted file mode 100644 index 888b625..0000000 --- a/td_corp.SHARED/Interfaces/ICommand.cs +++ /dev/null @@ -1,9 +0,0 @@ -using System; - -namespace td_corp.SHARED -{ - public interface ICommand - { - void Validate(); - } -} diff --git a/td_corp.SHARED/Interfaces/ICommandHandler.cs b/td_corp.SHARED/Interfaces/ICommandHandler.cs deleted file mode 100644 index 8d93b7d..0000000 --- a/td_corp.SHARED/Interfaces/ICommandHandler.cs +++ /dev/null @@ -1,10 +0,0 @@ -using System; -using td_corp.SHARED.Interfaces; - -namespace td_corp.SHARED -{ - public interface ICommandHandler where T : ICommand - { - ICommandResult Handle(T command); - } -} diff --git a/td_corp.SHARED/Interfaces/ICommandResult.cs b/td_corp.SHARED/Interfaces/ICommandResult.cs deleted file mode 100644 index 5db151f..0000000 --- a/td_corp.SHARED/Interfaces/ICommandResult.cs +++ /dev/null @@ -1,9 +0,0 @@ -using System; - -namespace td_corp.SHARED.Interfaces -{ - - public interface ICommandResult - { - } -} diff --git a/td_corp.SHARED/obj/Debug/netstandard2.0/td_corp.SHARED.assets.cache b/td_corp.SHARED/obj/Debug/netstandard2.0/td_corp.SHARED.assets.cache index eae05a9..cd1c85c 100644 Binary files a/td_corp.SHARED/obj/Debug/netstandard2.0/td_corp.SHARED.assets.cache and b/td_corp.SHARED/obj/Debug/netstandard2.0/td_corp.SHARED.assets.cache differ diff --git a/td_corp.SHARED/obj/Debug/netstandard2.0/td_corp.SHARED.csprojAssemblyReference.cache b/td_corp.SHARED/obj/Debug/netstandard2.0/td_corp.SHARED.csprojAssemblyReference.cache index dffb5bb..c3efcdc 100644 Binary files a/td_corp.SHARED/obj/Debug/netstandard2.0/td_corp.SHARED.csprojAssemblyReference.cache and b/td_corp.SHARED/obj/Debug/netstandard2.0/td_corp.SHARED.csprojAssemblyReference.cache differ diff --git a/td_corp.SHARED/obj/project.assets.json b/td_corp.SHARED/obj/project.assets.json index 25ff11d..817d995 100644 --- a/td_corp.SHARED/obj/project.assets.json +++ b/td_corp.SHARED/obj/project.assets.json @@ -2,15 +2,6 @@ "version": 3, "targets": { ".NETStandard,Version=v2.0": { - "Flunt/1.0.5": { - "type": "package", - "compile": { - "lib/netstandard2.0/Flunt.dll": {} - }, - "runtime": { - "lib/netstandard2.0/Flunt.dll": {} - } - }, "Microsoft.NETCore.Platforms/1.1.0": { "type": "package", "compile": { @@ -38,18 +29,6 @@ } }, "libraries": { - "Flunt/1.0.5": { - "sha512": "2p1B/LLsMf0bGwyMQK48/278OXTodXn3HyTU1v7fr/x0bNfrVSNC1Do1PxbgiOlDLChtAbtt1kPgXFqUnGAagg==", - "type": "package", - "path": "flunt/1.0.5", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "flunt.1.0.5.nupkg.sha512", - "flunt.nuspec", - "lib/netstandard2.0/Flunt.dll" - ] - }, "Microsoft.NETCore.Platforms/1.1.0": { "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", "type": "package", @@ -196,8 +175,7 @@ }, "projectFileDependencyGroups": { ".NETStandard,Version=v2.0": [ - "NETStandard.Library >= 2.0.3", - "flunt" + "NETStandard.Library >= 2.0.3" ] }, "packageFolders": { @@ -246,10 +224,6 @@ "target": "Package", "version": "[2.0.3, )", "autoReferenced": true - }, - "flunt": { - "target": "Package", - "version": "(, )" } }, "imports": [ diff --git a/td_corp.SHARED/obj/td_corp.SHARED.csproj.nuget.cache b/td_corp.SHARED/obj/td_corp.SHARED.csproj.nuget.cache index 31e9ec4..3c1aa7c 100644 --- a/td_corp.SHARED/obj/td_corp.SHARED.csproj.nuget.cache +++ b/td_corp.SHARED/obj/td_corp.SHARED.csproj.nuget.cache @@ -1,5 +1,5 @@ { "version": 1, - "dgSpecHash": "fsVJj56XH4bExdQzRt7RrW44up7SNZU+e8up7eo63iQ1srZ5ci+fK/JJ+mSCgfUDrc0reOD0shcyAVwJG+f5QA==", + "dgSpecHash": "ve7rCCw4EqfHqxPg/zQmgAkq9O97qvC62FG2cvoYyBopotovx37ZvgIDM34C58g18AGP121JE1IIwvPzkvlgAg==", "success": true } \ No newline at end of file diff --git a/td_corp.SHARED/obj/td_corp.SHARED.csproj.nuget.dgspec.json b/td_corp.SHARED/obj/td_corp.SHARED.csproj.nuget.dgspec.json index 2f0e965..bbbc6a6 100644 --- a/td_corp.SHARED/obj/td_corp.SHARED.csproj.nuget.dgspec.json +++ b/td_corp.SHARED/obj/td_corp.SHARED.csproj.nuget.dgspec.json @@ -46,10 +46,6 @@ "target": "Package", "version": "[2.0.3, )", "autoReferenced": true - }, - "flunt": { - "target": "Package", - "version": "(, )" } }, "imports": [ diff --git a/td_corp.SHARED/td_corp.SHARED.csproj b/td_corp.SHARED/td_corp.SHARED.csproj index 72c1329..9f5c4f4 100644 --- a/td_corp.SHARED/td_corp.SHARED.csproj +++ b/td_corp.SHARED/td_corp.SHARED.csproj @@ -4,8 +4,4 @@ netstandard2.0 - - - -