11 lines
173 B
C#
11 lines
173 B
C#
using System;
|
|
|
|
namespace Yi.Framework.Common.Models
|
|
{
|
|
public static class ServiceLocator
|
|
{
|
|
public static IServiceProvider Instance { get; set; }
|
|
}
|
|
|
|
}
|