Boy_Scouts_Scheduler.GreedyAlgorithm.Assignment.Assignment C# (CSharp) Method

Assignment() public method

public Assignment ( Group g, Station s ) : System
g Group
s Station
return System
        public Assignment(Group g, Station s)
        {
            G = g;
            S = s;
        }
Assignment