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
|
|
@ -11,8 +11,7 @@ namespace PepperDash.Essentials.Core.Queues
|
|||
namespace PepperDash_Essentials_Core.Queues
|
||||
{
|
||||
[Obsolete("Use PepperDash.Essentials.Core.Queues")]
|
||||
public interface IQueueMessage
|
||||
public interface IQueueMessage:PepperDash.Essentials.Core.Queues.IQueueMessage
|
||||
{
|
||||
void Dispatch();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue