Example #1
0
 public Invoice Create(InvoiceCreateApiModel created, int userId)
 {
     return(_InvoiceContext.Create(created, userId));
 }