GestUAB.Models.Setor.Setor C# (CSharp) 메소드

Setor() 공개 메소드

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