BExIS.Ext.Model.DB.DBVersionProvider.RemoveModule C# (CSharp) Method

RemoveModule() public method

public RemoveModule ( string moduleCode ) : bool
moduleCode string
return bool
        public bool RemoveModule(string moduleCode)
        {
            throw new NotImplementedException();
        }