using Common; using Common.Model; using System.Collections.Generic; namespace Repository.TrustDoc { public interface ITrustDocRepository { JsonRxResponse Webhook(TrustDocModel doc); } }