using Common.TPService; namespace Donga.DongaAPIService { public interface IDongaAPI : ITPApiServices { //TPResponse SendTransaction(SendTransaction sendTransaction); //TPResponse GetStatusDonga(GetStatus getStatus); } }