초기커밋
This commit is contained in:
19
ServerCommon/1. Define/BusinessLog/Domain/EmptyLogInfo.cs
Normal file
19
ServerCommon/1. Define/BusinessLog/Domain/EmptyLogInfo.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
|
||||
using ServerCore;
|
||||
using ServerBase;
|
||||
|
||||
|
||||
namespace ServerCommon.BusinessLogDomain;
|
||||
|
||||
public class EmptyLogInfo : ILogInvoker.IInfo
|
||||
{
|
||||
public EmptyLogInfo(ILogInvoker parent) : base(parent)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user