
JM0ney.Framework.Web.WebAPI
Classes and utilities to assist in creating Web API projects and libraries.
WebAPIController class that assists with persisting data using an IDataAdapter.
WebAPIController class that assists with persisting data using an IDataAdapter. The types TViewModel and TModel both implement an Interface represented by TInterface.
Saves a record that was created as a result of calling Instantiate(Guid?) previously.
Instantiates and returns a Result containing a new TViewModel.
Loads an existing TModel based on the identity provided, copies the values to a TViewModel, and returns the TViewModel.
Returns a List populated with TViewModel objects.
Returns a List populated with TViewModel objects that have been filtered by the arguments provided.
Saves an existing record by retrieving a TModel, assuming the values of the TViewModel, then persisting the TModel to the persistence layer.
Deletes a previously created record according to the identity provided.