mirror of
https://github.com/morbalint/kemkas.git
synced 2026-07-18 03:13:46 +00:00
better isPublic handling
This commit is contained in:
@@ -44,6 +44,7 @@ public class CharacterDbModelToDtoService : ICharacterDbModelToDtoService
|
||||
PancelId = entity.Pancel,
|
||||
FegyverIds = entity.Felszereles.Where(x => x.IsFegyver).Select(x => x.Name).ToList(),
|
||||
},
|
||||
IsPublic = entity.IsPublic,
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user