restores the bill
This commit is contained in:
parent
1dea649d4a
commit
c8223c17ae
6 changed files with 23 additions and 19 deletions
|
|
@ -7,15 +7,12 @@ using Yavsc.Billing;
|
|||
using Yavsc.Helpers;
|
||||
using Yavsc.Models;
|
||||
using Yavsc.Services;
|
||||
using Yavsc.ViewModels;
|
||||
using Yavsc.ViewModels.Gen;
|
||||
|
||||
namespace Yavsc.ViewComponents
|
||||
{
|
||||
public enum OutputFormat {
|
||||
Html,
|
||||
LaTeX,
|
||||
Pdf
|
||||
}
|
||||
|
||||
public class BillViewComponent : ViewComponent
|
||||
{
|
||||
ApplicationDbContext dbContext;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue