Пример #1
0
 public LogController LogInsert(LogController Log)
 {
     try
     {
         LogDao DAO = new LogDao();
         return(DAO.LogInsert(Log));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }