9 lines
247 B
C#
9 lines
247 B
C#
namespace Manager.DTOs
|
|
{
|
|
public class WebDTO
|
|
{
|
|
//public string Title { get; set; } // Dictionary<string, object> with all languages
|
|
public string source { get; set; } // url to resource id (local) or on internet
|
|
}
|
|
}
|