Ejemplo n.º 1
0
 internal static CategoryModel NewCategoryModel(in Category entity) => new CategoryModel(
     entity.Id,
     entity.Icon,
Ejemplo n.º 2
0
 internal static PayeeModel NewPayeeModel(in Payee entity) => new PayeeModel(
     entity.Id,
     entity.LocationOption,
Ejemplo n.º 3
0
 (new NetworkEntity(entity.Id, entity.Generation));