@ -4,6 +4,7 @@ using System.Linq.Dynamic.Core;
using Volo.Abp.Application.Dtos;
using Volo.Abp.Domain.Entities;
using Volo.Abp.Domain.Repositories;
using Volo.Abp.ObjectMapping;
namespace Volo.Abp.Application.Services
{
@ -18,6 +18,6 @@
/// <summary>
/// Unique identifier for this entity.
/// </summary>
TKey Id { get; set; }
TKey Id { get; set; } //TODO: Consider to remove setter and make it protected in Entity class
}