C# Class DRMFSS.BLL.ViewModels.StackEventViewModel

ファイルを表示 Open project: edgecomputing/cats-hub-module Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
StackEventViewModel ( ) : System
StackEventViewModel ( IUnitOfWork repository, UserProfile user ) : System
StackEventViewModel ( List stackEventTypes, List stores ) : System

Method Details

StackEventViewModel() public method

public StackEventViewModel ( ) : System
return System

StackEventViewModel() public method

public StackEventViewModel ( IUnitOfWork repository, UserProfile user ) : System
repository IUnitOfWork
user UserProfile
return System

StackEventViewModel() public method

public StackEventViewModel ( List stackEventTypes, List stores ) : System
stackEventTypes List
stores List
return System