Пример #1
0
func NewLinkNav(fks coll.Collection, o interface{}) *LinkNav {
	this := new(LinkNav)
	if fks != nil && fks.Size() != 0 {
		this.foreignKey = fks
	}
	this.object = o
	return this
}