예제 #1
0
파일: email.go 프로젝트: zbzzbd/beego
func (r *Email) IsExists() bool {
	return models.IsValueExists("users", "email", r.EmailAddress())
}
예제 #2
0
파일: creation.go 프로젝트: zbzzbd/beego
func (c *Creation) isCompanyExists() bool {
	return models.IsValueExists("companies", "id", c.companyId)
}