GestUAB.Models.Setor.Setor C# (CSharp) Méthode

Setor() public méthode

Initializes a new instance of the GestUAB.Models.Setor class.
public Setor ( ) : System
Résultat System
        public Setor()
        {
            this.Id = Guid.NewGuid();
            this.Nome = string.Empty;
        }