示例#1
0
 public UserService(RentSiteContext rentSiteContext, IMapper mapper)
 {
     _rentSiteContext = rentSiteContext;
     _mapper          = mapper;
 }
 public Ispit_SlobodneSobe_OD_DO_Service(RentSiteContext rentSiteContext, IMapper mapper) : base(rentSiteContext, mapper)
 {
 }
 public RoomAddMarkService(RentSiteContext rentSiteContext, IMapper mapper) : base(rentSiteContext, mapper)
 {
 }
示例#4
0
 public RoomUserService(RentSiteContext rentSiteContext, IMapper mapper) : base(rentSiteContext, mapper)
 {
 }
 public RentedRoomsService(RentSiteContext rentSiteContext, IMapper mapper) : base(rentSiteContext, mapper)
 {
 }
 public ApartmentsService(RentSiteContext rentSiteContext, IMapper mapper) : base(rentSiteContext, mapper)
 {
 }
示例#7
0
 public ApartmentsUserSimilarService(RentSiteContext rentSiteContext, IMapper mapper)
 {
     _rentSiteContext = rentSiteContext;
     _mapper          = mapper;
 }
示例#8
0
 public ResidentalBuildingReportService(RentSiteContext rentSiteContext, IMapper mapper) : base(rentSiteContext, mapper)
 {
 }
示例#9
0
 public ApartmentNoFilteredReportService(RentSiteContext rentSiteContext, IMapper mapper) : base(rentSiteContext, mapper)
 {
 }
 public BaseCRUDService(RentSiteContext rentSiteContext, IMapper mapper) : base(rentSiteContext, mapper)
 {
 }
 public RoomsReportService(RentSiteContext rentSiteContext, IMapper mapper) : base(rentSiteContext, mapper)
 {
 }
示例#12
0
 public Ispit_RentaniSobeKorisnici_OD_DO_Service(RentSiteContext rentSiteContext, IMapper mapper) : base(rentSiteContext, mapper)
 {
 }
 public RentedResidentialBuildingService(RentSiteContext rentSiteContext, IMapper mapper) : base(rentSiteContext, mapper)
 {
 }