Exemplo n.º 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)
 {
 }
Exemplo n.º 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)
 {
 }
Exemplo n.º 7
0
 public ApartmentsUserSimilarService(RentSiteContext rentSiteContext, IMapper mapper)
 {
     _rentSiteContext = rentSiteContext;
     _mapper          = mapper;
 }
Exemplo n.º 8
0
 public ResidentalBuildingReportService(RentSiteContext rentSiteContext, IMapper mapper) : base(rentSiteContext, mapper)
 {
 }
Exemplo n.º 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)
 {
 }
Exemplo n.º 12
0
 public Ispit_RentaniSobeKorisnici_OD_DO_Service(RentSiteContext rentSiteContext, IMapper mapper) : base(rentSiteContext, mapper)
 {
 }
 public RentedResidentialBuildingService(RentSiteContext rentSiteContext, IMapper mapper) : base(rentSiteContext, mapper)
 {
 }