internal static void SetupLookup(Mock <IUserProfileService> mockUserProfileService, UserProfileMap returnValue) { MockUserProfileService.SetupLookup(mockUserProfileService, returnValue); }
internal static void SetupSave(Mock <IUserProfileService> mockUserProfileService, Exception exception) { MockUserProfileService.SetupSave(mockUserProfileService, exception); }
internal static Mock <IUserProfileService> GetUserProfileService() { return(MockUserProfileService.Get()); }