Documents: restructure Documents/ directory
This commit is contained in:
7
Elwig/Documents/BusinessLetter.cs
Normal file
7
Elwig/Documents/BusinessLetter.cs
Normal file
@ -0,0 +1,7 @@
|
||||
using Elwig.Models;
|
||||
|
||||
namespace Elwig.Documents {
|
||||
public class BusinessLetter : BusinessDocument {
|
||||
public BusinessLetter(string title, Member m) : base(title, m) { }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user