Skip to content

Commit

Permalink
⚡️ Add new subclass Einspeise to BusinessObject
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidhajiparvaneh committed Jul 24, 2024
1 parent 11f431a commit 9a65d3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BO4E/BO/BusinessObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ namespace BO4E.BO;
[ProtoInclude(32, typeof(MabisZaehlpunkt))]
[ProtoInclude(33, typeof(Summenzeitreihe))]
[ProtoInclude(34, typeof(Lokationszuordnung))]
[ProtoInclude(34, typeof(Einspeise))]
public abstract class BusinessObject : IUserProperties, IOptionalGuid
{
/// <summary>
Expand Down

0 comments on commit 9a65d3c

Please sign in to comment.