using System.Threading.Tasks; using Microsoft.AspNetCore.Http; namespace GxPress.Service.Interface { public interface IApiLogService { Task DataSave(HttpContext context, long responseTime,int userId); } }