mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
added marr.datamapper source code for easy debugging.
This commit is contained in:
14
Marr.Data/Mapping/RelationshipInfo.cs
Normal file
14
Marr.Data/Mapping/RelationshipInfo.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Marr.Data.Mapping
|
||||
{
|
||||
public class RelationshipInfo : IRelationshipInfo
|
||||
{
|
||||
public RelationshipTypes RelationType { get; set; }
|
||||
|
||||
public Type EntityType { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user