Esempio n. 1
0
 public PropertyDomain(IOwnerPropertyDbContext ownerPropertyDbContext) : base(ownerPropertyDbContext)
 {
 }
Esempio n. 2
0
 public DomainBase(IOwnerPropertyDbContext ownerPropertyDbContext)
 {
     OwnerPropertyDbContext = ownerPropertyDbContext;
 }
Esempio n. 3
0
 public MasterTablesDomain(IOwnerPropertyDbContext ownerPropertyDbContext) : base(ownerPropertyDbContext)
 {
 }