Bitwarden-app-android-iphon.../src/Core/Models/Data/PreviousPageInfo.cs

11 lines
260 B
C#

namespace Bit.Core.Models.Data
{
public class PreviousPageInfo
{
public string Page { get; set; }
public string CipherId { get; set; }
public string SendId { get; set; }
public string SearchText { get; set; }
}
}