Esempio n. 1
0
 public bool DeleteByIDMap(int idMap)
 {
     try
     {
         return(MyContext.CMS_MapService_DelByMapID(idMap) > 0);
     }
     catch (Exception ex)
     {
         Logs.WriteLog(ex);
         throw;
     }
 }