public UserOperation(RealEstateDBContext context)
 {
     this.context = context;
 }
Пример #2
0
 public HomeListingOperations(RealEstateDBContext context)
 {
     this.context = context;
 }