You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.
I noticed that UserAccountService class is injected in sample controller, but should this class implement an interface, so that other classes (such as this controller) that depend on it could be unit tested, while mocking IUserAccountService?
The text was updated successfully, but these errors were encountered:
I noticed that UserAccountService class is injected in sample controller, but should this class implement an interface, so that other classes (such as this controller) that depend on it could be unit tested, while mocking IUserAccountService?
The text was updated successfully, but these errors were encountered: