Removed serializable comments since created issue for it #69.

pull/81/head
Halil İbrahim Kalkan 9 years ago
parent 3183b00664
commit 87ac81b3a3

@ -1,7 +1,5 @@
namespace Volo.Abp.Application.Services.Dtos
{
//TODO: Add [Serializable] to all DTOs and Entities when .Net Standard 2.0 is available.
/// <summary>
/// Implements common properties for entity based DTOs.
/// </summary>

@ -2,8 +2,6 @@ using System.Collections.Generic;
namespace Volo.Abp.Application.Services.Dtos
{
//TODO: [Serializable] for all DTO classes
public class ListResultDto<T>
{
/// <summary>

Loading…
Cancel
Save