Sunday, January 26, 2014

public Foo Get() versus public Foo Get(string id)

I think the former should get all Foo records when called at FooController per the REST spec while the other clearly fishes for something in particular.

No comments:

Post a Comment