Exemplo n.º 1
0
 public static CharFeats Map(Library.CharFeats r) => new CharFeats
 {
     CharacterId = r.CharacterId,
     FeatId      = r.FeatId
 };
Exemplo n.º 2
0
 public void CreateCharFeat(Library.CharFeats feat)
 {
     _db.Add(Mapper.Map(feat));
 }