duyongjia
2025-01-08 66820281eb452bd79735b03c3175b64cec861699
1
2
3
4
5
6
7
namespace WebService.Log
{
    public interface ILogFactory
    {
        ILog GetLog(string name);
    }
}