C# Class BinaryStudio.TaskManager.Web.Models.CreateTaskViewModel

The create task view model.
Show file Open project: dv00d00/BinaryStudio.TaskManager Class Usage Examples

Public Properties

Property Type Description
Priorities IEnumerable
Tasks IEnumerable

Property Details

Priorities public property

public IEnumerable Priorities
return IEnumerable

Tasks public property

public IEnumerable Tasks
return IEnumerable