Small fixes in Docs

This commit is contained in:
2023-03-08 01:50:55 +01:00
parent afef650b26
commit 417a5f772a
3 changed files with 6 additions and 13 deletions

View File

@ -6,7 +6,7 @@ using System.Threading.Tasks;
using WGneu.Models;
namespace WGneu.Documents {
public class BusinessDocument : Document {
public abstract class BusinessDocument : Document {
public BusinessDocument(string title, Member m) : base(title) {
Member = m;