Ejemplo n.º 1
0
 public void DeleteLine(int lineId)
 {
     try
     {
         DAL.DeleteLine(lineId);
     }
     catch (Exception e)
     {
         throw new Exception(e.Message);
     }
 }