remove unecessary NotMapped attribute
This commit is contained in:
@ -1,5 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.ComponentModel.DataAnnotations.Schema;
|
|
||||||
|
|
||||||
namespace Oqtane.Models
|
namespace Oqtane.Models
|
||||||
{
|
{
|
||||||
@ -34,14 +33,13 @@ namespace Oqtane.Models
|
|||||||
public string Description { get; set; }
|
public string Description { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// logo
|
/// logo file id
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public int? LogoFileId { get; set; }
|
public int? LogoFileId { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// logo
|
/// logo url
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[NotMapped]
|
|
||||||
public string LogoUrl { get; set; }
|
public string LogoUrl { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Reference in New Issue
Block a user