DRMFSS.BLL.Master.Master C# (CSharp) Method

Master() public method

public Master ( ) : System
return System
        public Master()
        {
            this.Details = new List<Detail>();
        }
Master