mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
fix it so that wrong namespace classes inherit from right namespace classes
This commit is contained in:
parent
4ab3cdb1ff
commit
52c96cc2c3
16 changed files with 41 additions and 1330 deletions
|
|
@ -17,9 +17,7 @@ namespace PepperDash.Essentials.Core.Queues
|
|||
namespace PepperDash_Essentials_Core.Queues
|
||||
{
|
||||
[Obsolete("Use PepperDash.Essentials.Core.Queues")]
|
||||
public interface IQueue<T> : IKeyed, IDisposable where T : class
|
||||
public interface IQueue<T> : PepperDash.Essentials.Core.Queues.IQueue<T> where T: class
|
||||
{
|
||||
void Enqueue(T item);
|
||||
bool Disposed { get; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue