public PropertyAppointmentScheduleAppServiceTests() { this.subRepositoryPropertyAppointmentScheduleInt = Resolve <IRepository <Core.Models.PropertyAppointmentSchedule, int> >(); this.subRepositoryPropertyAppointment = Resolve <IRepository <Core.Models.PropertyAppointment> >(); this.subLogger = Resolve <ILogger <PropertyAppointmentScheduleAppService> >(); this.subNotificationManager = Resolve <INotificationManager>(); this.subPropertyAppointmentManager = Resolve <IPropertyAppointmentManager>(); }
public PropertyAppointmentAppServiceTests() { this.subRepositoryPropertyAppointment = Resolve <IRepository <Core.Models.PropertyAppointment> >(); this.subNotificationAppService = Resolve <NotificationAppService>(); this.subHttpContextAccessor = Resolve <IHttpContextAccessor>(); this.subRepositoryAgentProfileLong = Resolve <IRepository <AgentProfile, long> >(); this.subRepositoryAgentCompanyBranch = Resolve <IRepository <AgentCompanyBranch> >(); this.subRepositoryAgentCompany = Resolve <IRepository <AgentCompany> >(); this.subRepositoryPropertyAppointmentSchedule = Resolve <IRepository <Core.Models.PropertyAppointmentSchedule> >(); this.subLogger = Resolve <ILogger <PropertyAppointmentAppService> >(); this.subConfiguration = Resolve <IConfiguration>(); this.subRepositoryAgentFlatSimpleConsolidateViewLong = Resolve <IRepository <Core.Models.View.AgentFlatSimpleConsolidateView, long> >(); this.subPropertyAppointmentManager = Resolve <IPropertyAppointmentManager>(); }