Exemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> DeleteHousingComplexAsync(Workforce.Logic.Domain.HousingReference.HousingComplexDao hcomplex)
 {
     return(base.Channel.DeleteHousingComplexAsync(hcomplex));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <bool> InsertHousingComplexAsync(Workforce.Logic.Domain.HousingReference.HousingComplexDao newhcomplex)
 {
     return(base.Channel.InsertHousingComplexAsync(newhcomplex));
 }
Exemplo n.º 3
0
 public bool DeleteHousingComplex(Workforce.Logic.Domain.HousingReference.HousingComplexDao hcomplex)
 {
     return(base.Channel.DeleteHousingComplex(hcomplex));
 }
Exemplo n.º 4
0
 public bool InsertHousingComplex(Workforce.Logic.Domain.HousingReference.HousingComplexDao newhcomplex)
 {
     return(base.Channel.InsertHousingComplex(newhcomplex));
 }