예제 #1
0
 public async Task <InvoiceIndexApiModel> GetIndexAsync(int id)
 {
     return(await _InvoiceContext.GetIndexAsync(id));
 }