Skip to content

Instantly share code, notes, and snippets.

@filipoff2
Last active February 26, 2021 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filipoff2/7b3a18df42fe7c65100b5dbc7946d807 to your computer and use it in GitHub Desktop.
Save filipoff2/7b3a18df42fe7c65100b5dbc7946d807 to your computer and use it in GitHub Desktop.
//clean but don't work
public AuthorizationService(
IPhotoClient photoClient,
IClientConfiguration configuration,
IMvxNavigationService navigationService,
UserInfo userInfo,
IFingerprint fingerprint, // bad boy
)
{
_photoClient = photoClient;
_configuration = configuration;
_navigationService = navigationService;
_userInfo = userInfo;
_fingerprint = fingerprint;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment