using System; using System.Collections.Generic; using System.Text; namespace Manager.Interfaces.DTO { public class PdfDTO { //public string Title { get; set; } // Dictionary with all languages public string source { get; set; } // url to resource id (local) or on internet } }