C# Class HBS.Data.Concrete.WorkflowCategoryRepository

Inheritance: BaseRepository, IWorkflowCategoryRepository
Show file Open project: heartbeatservice/HeartbeatServiceSolution

Public Methods

Method Description
AddWorkflowCategory ( WorkflowCategory toInsert ) : int
DeleteWorkflowCategory ( int id ) : bool
EditWorkflowCategory ( WorkflowCategory toUpdate ) : bool
GetWorkflowCategory ( int companyId ) : IQueryable
WorkflowCategoryRepository ( ) : System

Method Details

AddWorkflowCategory() public method

public AddWorkflowCategory ( WorkflowCategory toInsert ) : int
toInsert HBS.Entities.WorkflowCategory
return int

DeleteWorkflowCategory() public method

public DeleteWorkflowCategory ( int id ) : bool
id int
return bool

EditWorkflowCategory() public method

public EditWorkflowCategory ( WorkflowCategory toUpdate ) : bool
toUpdate HBS.Entities.WorkflowCategory
return bool

GetWorkflowCategory() public method

public GetWorkflowCategory ( int companyId ) : IQueryable
companyId int
return IQueryable

WorkflowCategoryRepository() public method

public WorkflowCategoryRepository ( ) : System
return System