public bool UpdateComplexInfo(complex_info infoObj)
 {
     StaticData.ComplexInfo.Title            = infoObj.title;
     StaticData.ComplexInfo.Description      = infoObj.description;
     StaticData.ComplexInfo.NumOfAppartments = infoObj.number_of_apartments;
     StaticData.ComplexInfo.Capacity         = infoObj.capacity;
     return(true);
 }
Example #2
0
 public bool UpdateComplexInfo(complex_info infoObj)
 {
     throw new NotImplementedException();
 }