/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

  1. //BS:Frei Wild - Land der Vollidioten (Cover)
  2. using ClusterConcept.EntityFramework.Infrastructure.Service.Transaction;
  3. using ClusterConcept.Shared.Model;
  4. namespace ClusterConcept.EntityFramework.Model.Internal {
  5. public class DataBundle {
  6. public PBasicEntity Data;
  7. public Transaction Chnageset;
  8. }
  9. }