Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivony committed Nov 22, 2012
1 parent 1a963c3 commit ba854b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/Ivony.Data/EntityExtensions.cs
Expand Up @@ -303,6 +303,10 @@ public IEntityConverter<T> CreateConverter<T>()

}

/// <summary>
/// 定义实体转换器类型
/// </summary>
/// <typeparam name="T"></typeparam>
public interface IEntityConverter<T>
{
/// <summary>
Expand Down

0 comments on commit ba854b3

Please sign in to comment.