public System.Threading.Tasks.Task <BaseDataService.LookupResponse> GetPropertyAttributeGroupsAsync(BaseDataService.ListRequest dto)
 {
     return(base.Channel.GetPropertyAttributeGroupsAsync(dto));
 }
 public System.Threading.Tasks.Task <BaseDataService.LookupResponse> GetRentPeriodCodesAsync(BaseDataService.ListRequest dto)
 {
     return(base.Channel.GetRentPeriodCodesAsync(dto));
 }
 public System.Threading.Tasks.Task <BaseDataService.LookupResponse> GetPostInspectionOutcomeCodesAsync(BaseDataService.ListRequest dto)
 {
     return(base.Channel.GetPostInspectionOutcomeCodesAsync(dto));
 }
 public System.Threading.Tasks.Task <BaseDataService.LookupResponse> GetCommunicationMethodTypeCodesAsync(BaseDataService.ListRequest dto)
 {
     return(base.Channel.GetCommunicationMethodTypeCodesAsync(dto));
 }
 public System.Threading.Tasks.Task <BaseDataService.LookupResponse> GetAppointmentExceptionReasonCodesAsync(BaseDataService.ListRequest dto)
 {
     return(base.Channel.GetAppointmentExceptionReasonCodesAsync(dto));
 }