.gitea
Elwig
Controls
Dialogs
Documents
BusinessDocument.cs
BusinessDocument.cshtml
BusinessDocument.css
BusinessLetter.cs
BusinessLetter.cshtml
CreditNote.cs
CreditNote.cshtml
CreditNote.css
DeliveryAncmtList.cs
DeliveryAncmtList.cshtml
DeliveryAncmtList.css
DeliveryConfirmation.cs
DeliveryConfirmation.cshtml
DeliveryConfirmation.css
DeliveryDepreciationList.cs
DeliveryDepreciationList.cshtml
DeliveryDepreciationList.css
DeliveryJournal.cs
DeliveryJournal.cshtml
DeliveryJournal.css
DeliveryNote.cs
DeliveryNote.cshtml
DeliveryNote.css
Document.Page.css
Document.Table.css
Document.cs
Document.cshtml
Document.css
Letterhead.cs
Letterhead.cshtml
MemberDataSheet.cs
MemberDataSheet.cshtml
MemberDataSheet.css
MemberList.cs
MemberList.cshtml
MemberList.css
PaymentVariantSummary.cs
PaymentVariantSummary.cshtml
PaymentVariantSummary.css
WineQualityStatistics.cs
WineQualityStatistics.cshtml
WineQualityStatistics.css
Helpers
Models
Properties
Resources
Services
Themes
ViewModels
Windows
App.xaml
App.xaml.cs
AssemblyInfo.cs
Elwig.csproj
app.manifest
fetch-resources.bat
Installer
Setup
Tests
.gitignore
CHANGELOG.md
Elwig.sln
README.md
10 lines
267 B
Plaintext
10 lines
267 B
Plaintext
@using RazorLight
|
|
@inherits TemplatePage<Elwig.Documents.BusinessLetter>
|
|
@model Elwig.Documents.BusinessLetter
|
|
@{ Layout = "BusinessDocument"; }
|
|
<main>
|
|
<p>Sehr geehrtes Mitglied,</p>
|
|
<p>nein.</p>
|
|
<p>Mit freundlichen Grüßen<br/>Ihre Winzergenossenschaft</p>
|
|
</main>
|