mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add XML comments to public entities.
This commit is contained in:
@@ -34,8 +34,14 @@ using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Aaru.Database.Models
|
||||
{
|
||||
/// <summary>
|
||||
/// Base database model
|
||||
/// </summary>
|
||||
public abstract class BaseModel
|
||||
{
|
||||
/// <summary>
|
||||
/// Database ID
|
||||
/// </summary>
|
||||
[Key]
|
||||
public int Id { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user