public async Task <ReprintReceiptResponse> GetReceiptBySale(string sale) { Repository = new ReceiptRepository(); return(await Repository.GetReceiptBySale(sale)); }