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