PageRenderTime 48ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/CBR/CBR.Core/Models/ePUB/Metadata.cs

#
C# | 14 lines | 13 code | 1 blank | 0 comment | 0 complexity | 7213743ffc68e8158af74433ccb458cd MD5 | raw file
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Xml;
  6. namespace CBR.Core.Models
  7. {
  8. public class Metadata
  9. {
  10. public string Name { get; set; }
  11. public string Content { get; set; }
  12. }
  13. }