Exemplo n.º 1
0
        public static int AddFolioComment(string userID, string folioID, string comment, DateTime date, int duration)
        {
            Logger.LogDebug("Log Test AddFolioComment.aspx.cs");

            ExternalsMethodDAO obj = new ExternalsMethodDAO();

            return(obj.AddFolioComment(userID, folioID, comment, date, duration));
        }