mark old meta service as obsolete
This commit is contained in:
parent
04a4dcf153
commit
36eb45bb2e
@ -18,6 +18,7 @@ namespace IW4MAdmin.Application.Misc
|
|||||||
/// implementation of IMetaService
|
/// implementation of IMetaService
|
||||||
/// used to add and retrieve runtime and persistent meta
|
/// used to add and retrieve runtime and persistent meta
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
[Obsolete("Use MetaServiceV2")]
|
||||||
public class MetaService : IMetaService
|
public class MetaService : IMetaService
|
||||||
{
|
{
|
||||||
private readonly IDictionary<MetaType, List<dynamic>> _metaActions;
|
private readonly IDictionary<MetaType, List<dynamic>> _metaActions;
|
||||||
|
@ -8,6 +8,7 @@ using SharedLibraryCore.QueryHelper;
|
|||||||
|
|
||||||
namespace SharedLibraryCore.Interfaces
|
namespace SharedLibraryCore.Interfaces
|
||||||
{
|
{
|
||||||
|
[Obsolete("Use IMetaServiceV2")]
|
||||||
public interface IMetaService
|
public interface IMetaService
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user