C# Class Docary.Areas.Shared.Controllers.EntryController

Inheritance: Docary.MvcExtensions.DocaryController
Mostrar archivo Open project: JefClaes/Docary

Public Methods

Method Description
EntryController ( IEntryService entryService ) : System

Private Methods

Method Description
Add ( ) : System.Web.Mvc.ActionResult
Add ( AddEntryViewModel addEntryViewModel ) : System.Web.Mvc.ActionResult

Method Details

EntryController() public method

public EntryController ( IEntryService entryService ) : System
entryService IEntryService
return System