Is there any shortcut in Visual Studio, which creates a constructor, with all the attributes created in the class?
class Alimento
{
public int ID { get; set; }
public string Titulo { get; set; }
public string SubTitulo { get; set;...
asked by
07.07.2015 / 15:47