Exemplo n.º 1
0
        public string Get()
        {
            FileManage data = new FileManage();

            data.CreateDirectoriesForData(environment.ContentRootPath);
            return("CHAT");
        }
        public string Index()
        {
            string     text = "\t\t\t- LAB 6 -\n\nKevin Romero 1047519\nJosé De León 1072619";
            FileManage data = new FileManage();

            data.CreateDirectoriesForData(environment.ContentRootPath);
            return(text);
        }