예제 #1
0
 public bool UpdateElement(City_Object objCity)
 {
     mdbContext.WEB_CARONLINE_SP_City_Update(objCity.CityId, objCity.CityName, objCity.RegionId,
                                             objCity.IsDeleted);
     return(true);
 }