diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/EfdbContext/EfdbContext.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/EfdbContext/EfdbContext.cs deleted file mode 100644 index 67936cc9f..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/EfdbContext/EfdbContext.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace WinIn.FasterZ.Wms.Z_Business.EfdbContext; - -public class EfdbContext : AuditedAggregateRoot -{ - public string Hash { get; set; } = null!; - - public string Id { get; set; } = null!; -} \ No newline at end of file