/src/ClusterConcept.EntityFramework/Model/Internal/DataBundle.cs
https://bitbucket.org/Fijo/clusterconcept · C# · 11 lines · 8 code · 2 blank · 1 comment · 0 complexity · d8dc9f94c6516f0bf942ba3430ff806d MD5 · raw file
- //BS:Frei Wild - Land der Vollidioten (Cover)
- using ClusterConcept.EntityFramework.Infrastructure.Service.Transaction;
- using ClusterConcept.Shared.Model;
- namespace ClusterConcept.EntityFramework.Model.Internal {
- public class DataBundle {
- public PBasicEntity Data;
- public Transaction Chnageset;
- }
- }