C# Class RestBugs.Services.Model.BugModel

显示文件 Open project: howarddierking/RestBugs

Public Methods

Method Description
Collection ( IEnumerable bugs ) : BugModel
Home ( ) : BugModel

Private Methods

Method Description
BugModel ( ) : System.Collections.Generic

Method Details

Collection() public static method

public static Collection ( IEnumerable bugs ) : BugModel
bugs IEnumerable
return BugModel

Home() public static method

public static Home ( ) : BugModel
return BugModel