vellt / method_chaining

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Method Chaining

The project's service theme is: oragize the students into groups of a certain number

This simple project based on the Method Chaining. Which does help us to be our project more readable and provides an easy to use format for using this service. Which looks like this:

GroupService.MakeOf(students)
            .In(count)
            .Print();

The picture is only an illustration

8544afbe-13d2-4791-8d21-3441cdece5c0

About


Languages

Language:C# 100.0%