Biz.Models.BaseModel.BuildModule C# (CSharp) Method

BuildModule() public method

public BuildModule ( ) : IList
return IList
        public virtual IList BuildModule()
        {
            throw new NotImplementedException();
        }