public static GivenType Type(this EntityAttribute attribute) { return(attribute.model.GivenTypes().SingleOrDefault(y => y.Identifier == attribute.TypeIdentifier)); }
public void Add(EntityAttribute v) { this.entityRepository.Add(v); }