using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; /* Created: 31 Aug 17 * Author: Tumelo * */ namespace BuddyFinance.Integration.Models.LoanRequests { public class GetLoanRequestResult:BaseResult { } }