GestUAB.Models.Setor.Setor C# (CSharp) Method

Setor() public method

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