public ModelBoundEvent(TabbableModel boundModel, object entityModel, FormCollection form) { this.BoundModel = boundModel; this.EntityModel = entityModel; this.Form = form; }
public ModelBoundEvent(TabbableModel boundModel, object entityModel, IFormCollection form) { BoundModel = boundModel; EntityModel = entityModel; Form = form; }