Skip to content

Commit

Permalink
#146 Switched Company to be a record
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonGeering committed Dec 17, 2020
1 parent aa6d598 commit b1634b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace AdminAssistant.DomainModel.Modules.CoreModule
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "CA1052:Static holder types should be Static or NotInheritable", Justification = "WIP Code")]
public class Company
public record Company
{
public const int CompanyNumberMaxLength = 50;
public const int VATNumberMaxLength = 50;
Expand Down

0 comments on commit b1634b8

Please sign in to comment.