Ejemplo n.º 1
0
 public void DeleteTickerByID(int TickerId)
 {
     try
     {
         TickerController objC = new TickerController();
         objC.DeleteTickerByID(TickerId);
         LoadOngdvTickerData(GetStoreID, GetPortalID);
     }
     catch (Exception Ex)
     {
         ProcessException(Ex);
     }
 }