Version 0.9.0.0
- Changed all List<T> into IEnumerable<T> because developers does not need to know which type of list it is, neither should they need to update it at any point.
- Storing collection though are still List<T> so that developers can play with those!
- Starting tests of FriendshipController
↧