예제 #1
0
 public bool DeleteElement(Guid AdsId)
 {
     mdbContext.WEB_CARONLINE_SP_Ads_Delete(AdsId);
     return(true);
 }