Open WiseLordship opened 7 years ago
Implementation for getting projects based on lambda expressions.
var project = new RemoteTc(c=>c.ToHost("HOST").AsGuest()) .GetProject(project => project.Id("FluentTc") ); var project = new RemoteTc(c=>c.ToHost("HOST").AsGuest()) .GetProject(project => project.Name("FluentTc") );
@WiseLordship what is the status of this PR?
Issue details
Implementation for getting projects based on lambda expressions.
Relates to issue
102
Checklist
Example of using new/modified functionality