基本框架搭建
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace linesider_screen_bankend.Services.Interfaces
|
||||
{
|
||||
public interface ILogService
|
||||
{
|
||||
string GetInitMessage();
|
||||
void AddMessage(string log);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user