コード例 #1
0
 public HousesController(bahia_estateContext context, AsyncUnitOfWork work, IMapper mapper)
 {
     _work      = work;
     _mapper    = mapper;
     this._work = work;
     //   Houses = new AsyncHouseRepository(_context);
 }
コード例 #2
0
 public AsyncPropertyAddressRepository(bahia_estateContext context) : base(context)
 {
     _context = context;
 }
コード例 #3
0
 public AsyncBuildingSiteRepository(bahia_estateContext context) : base(context)
 {
 }
コード例 #4
0
 public AsyncImagesRepository(bahia_estateContext context) : base(context)
 {
 }
コード例 #5
0
 public AsyncImagesRepository(SaveImages upload, bahia_estateContext context) : base(context)
 {
     this._upload  = upload;
     this._context = context;
 }
コード例 #6
0
 public AsyncHouseRepository(bahia_estateContext context) : base(context)
 {
 }
コード例 #7
0
 public AsyncPropertyPriceRepository(bahia_estateContext context) : base(context)
 {
     this._context = context;
 }