Rechnungen werden in lexoffice nun erstellt
This commit is contained in:
4
ConsoleApp3/DataContracts/Employee.cs
Normal file
4
ConsoleApp3/DataContracts/Employee.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
namespace ConsoleApp3.DataContracts
|
||||
{
|
||||
public record Employee(string Name, int Number);
|
||||
}
|
||||
Reference in New Issue
Block a user