예제 #1
0
 public PropertyDomain(IOwnerPropertyDbContext ownerPropertyDbContext) : base(ownerPropertyDbContext)
 {
 }
예제 #2
0
 public DomainBase(IOwnerPropertyDbContext ownerPropertyDbContext)
 {
     OwnerPropertyDbContext = ownerPropertyDbContext;
 }
예제 #3
0
 public MasterTablesDomain(IOwnerPropertyDbContext ownerPropertyDbContext) : base(ownerPropertyDbContext)
 {
 }