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