C# Class Account.Controllers.ManifestsController

Inheritance: ApiController
Show file Open project: KINGGUOKUN/Account

Private Methods

Method Description
AddManifest ( Manifest manifest ) : HttpResponseMessage
DeleteManifest ( string ID ) : HttpResponseMessage
GetManifest ( System.DateTime start, System.DateTime end ) : IEnumerable
GetManifest ( System.DateTime start, System.DateTime end, int pageIndex, int pageSize ) : dynamic
UpdateManifest ( Manifest manifest ) : HttpResponseMessage