Пример #1
0
 public Task <bool> CreateNewInvoice(int tableID)
 {
     return(dataAccess.CreateNewInvoice(tableID));
 }