Created
July 14, 2019 12:18
-
-
Save luisdeol/d4cd8906cdec968cd46df390fcff60c8 to your computer and use it in GitHub Desktop.
2.5 - Generated code by CodeDOM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//------------------------------------------------------------------------------ | |
// <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