8 lines
158 B
C#
8 lines
158 B
C#
|
|
namespace AUTS_Server.Service
|
|||
|
|
{
|
|||
|
|
public interface IUserOperationLog
|
|||
|
|
{
|
|||
|
|
void UserLog(string Openration, string Device, string name);
|
|||
|
|
}
|
|||
|
|
}
|