C# Class Cats.Web.Hub.Controllers.AuditController

Inheritance: Cats.Web.Hub.BaseController
Show file Open project: edgecomputing/cats Class Usage Examples

Public Methods

Method Description
AuditController ( IAuditService auditService, IUserProfileService userProfileService ) : System

Private Methods

Method Description
Audits ( string id, string tableName, string fieldName, string foreignTable, string foreignFeildName, string foreignFeildKey ) : System.Web.Mvc.ActionResult

Method Details

AuditController() public method

public AuditController ( IAuditService auditService, IUserProfileService userProfileService ) : System
auditService IAuditService
userProfileService IUserProfileService
return System