コード例 #1
0
ファイル: AuthenticationHelper.cs プロジェクト: jakkaj/DayBar
 public AuthenticationHelper(ICachePersist cachePersist, IDeviceService deviceService)
 {
     _cachePersist = cachePersist;
     _deviceService = deviceService;
 }
コード例 #2
0
ファイル: UIUtils.cs プロジェクト: jakkaj/DayBar
 public UIUtils(ICachePersist cachePersist, IAuthenticationHelper authenticationHelper)
 {
     _cachePersist = cachePersist;
     _authenticationHelper = authenticationHelper;
 }