Example #1
0
 public static bool ApartmentInfo_Delete(string Id)
 {
     return(db.ApartmentInfo_Delete(Id));
 }