Skip to content

Instantly share code, notes, and snippets.

@luisdeol
Created July 14, 2019 12:18
Show Gist options
  • Save luisdeol/d4cd8906cdec968cd46df390fcff60c8 to your computer and use it in GitHub Desktop.
Save luisdeol/d4cd8906cdec968cd46df390fcff60c8 to your computer and use it in GitHub Desktop.
2.5 - Generated code by CodeDOM
//------------------------------------------------------------------------------
// <auto-generated>
// O código foi gerado por uma ferramenta.
// Versão de Tempo de Execução:4.0.30319.42000
//
// As alterações ao arquivo poderão causar comportamento incorreto e serão perdidas se
// o código for gerado novamente.
// </auto-generated>
//------------------------------------------------------------------------------
namespace 25_RuntimeReflection.Controllers {
using System;
using System.Web;
using System.Web.Mvc;
public class TasksController : Controller {
public TasksController() {
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment