public PresentationService( IPresenationDispatcher <GetEntitiesRequestModel, ListContext> getEntitiesDispatcher, IPresenationDispatcher <GetEntityRequestModel, EditContext> getEntityDispatcher) { _getEntitiesDispatcher = getEntitiesDispatcher; _getEntityDispatcher = getEntityDispatcher; }
public PresentationService( IPresenationDispatcher <GetEntitiesRequestModel, ListContext> getEntitiesDispatcher, IPresenationDispatcher <GetEntityRequestModel, EditContext> getEntityDispatcher, IPresenationDispatcher <string, IEnumerable <ITypeRegistration> > getPageDispatcher) { _getEntitiesDispatcher = getEntitiesDispatcher; _getEntityDispatcher = getEntityDispatcher; _getPageDispatcher = getPageDispatcher; }