using Common.Models.RequestResponse; namespace Common.TPService { public interface ITPApiServices { TPResponse GetTPResponse(T model, string MethodName) where T : class; } }