public System.Threading.Tasks.Task <bool> DeleteHousingComplexAsync(Workforce.Logic.Domain.HousingReference.HousingComplexDao hcomplex) { return(base.Channel.DeleteHousingComplexAsync(hcomplex)); }
public System.Threading.Tasks.Task <bool> InsertHousingComplexAsync(Workforce.Logic.Domain.HousingReference.HousingComplexDao newhcomplex) { return(base.Channel.InsertHousingComplexAsync(newhcomplex)); }
public bool DeleteHousingComplex(Workforce.Logic.Domain.HousingReference.HousingComplexDao hcomplex) { return(base.Channel.DeleteHousingComplex(hcomplex)); }
public bool InsertHousingComplex(Workforce.Logic.Domain.HousingReference.HousingComplexDao newhcomplex) { return(base.Channel.InsertHousingComplex(newhcomplex)); }