コード例 #1
0
 public RealEstatePropertyRepository(IRealEstateContext realEstateContext) : base(realEstateContext)
 {
 }
コード例 #2
0
 public RealEstateNotificationRepository(IRealEstateContext realEstateContext) : base(realEstateContext)
 {
 }
コード例 #3
0
 public DefaultController(IRealEstateContext context)
 {
     _context = context;
 }
コード例 #4
0
 public RepositoryBase(IRealEstateContext realEstateContext)
 {
     RealEstateContext = realEstateContext;
 }