public Method(DbEntity entity, ApiMethod method, bool isVisible, bool forAutorized) { this.entity = entity; this.method = method; this.isVisible = isVisible; this.forAutorized = forAutorized; }
public Entity(string name, DbEntity entity) { this.entity = entity; this.name = name; }