public static async Task <Response> Application(SmartClient client) { return(await client.SendAsync(Commands.SaveApplication)); }
public static async Task <Response> ApplicationByLendercode(SmartClient client) { return(await client.SendAsync(Commands.GetApplicationByCode)); }
public static async Task <Response> AllLenders(SmartClient client) { return(await client.SendAsync(Commands.GetLenders)); }
public static async Task <Response> CurrentLender(SmartClient client) { return(await client.SendAsync(Commands.GetCurrentLender)); }
public static async Task <Response> ApplicationByFullName(SmartClient client) { return(await client.SendAsync(Commands.GetApplicationByFullName)); }