namespace AUTS_Server.Service { public interface IUserOperationLog { void UserLog(string Openration, string Device, string name); } }