Natty
Code Review (Web Api)
Frost, additionally, since you already know my set up, I don't think my Unit tests make sense. For example I am doing:
but if i changed this line to:
var result = await _facilityController.GetCitiesAsync("NYC");
it still passes, when I would think it shouldn't...36 replies
Code Review (Web Api)
This post on SO makes it seem like what I have
service
is more correct: https://stackoverflow.com/questions/1440096/difference-between-repository-and-service36 replies