mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-18 05:35:34 +00:00
ElectronNET.API: Move API code to subfolder
This commit is contained in:
24
src/ElectronNET.API/API/Entities/ReadBookmark.cs
Normal file
24
src/ElectronNET.API/API/Entities/ReadBookmark.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
namespace ElectronNET.API.Entities
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public class ReadBookmark
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the title.
|
||||
/// </summary>
|
||||
/// <value>
|
||||
/// The title.
|
||||
/// </value>
|
||||
public string Title { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the URL.
|
||||
/// </summary>
|
||||
/// <value>
|
||||
/// The URL.
|
||||
/// </value>
|
||||
public string Url { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user