CardWall.Models.CardViewFactory.CardViewFactory C# (CSharp) Method

CardViewFactory() public method

public CardViewFactory ( PivotalProject>.IDictionary projects, PivotalProjectMember>.IDictionary members, CardBadge>.IBuilder badges ) : System
projects PivotalProject>.IDictionary
members PivotalProjectMember>.IDictionary
badges CardBadge>.IBuilder
return System
        public CardViewFactory(IDictionary<int, PivotalProject> projects, IDictionary<string, PivotalProjectMember> members, IBuilder<string, CardBadge> badges)
        {
            this.projects = projects;
            this.members = members;
            this.badges = badges;
        }