9 lines
224 B
C#
9 lines
224 B
C#
namespace PARR.DAL.DomainServices.Shortcodes.Models
|
|
{
|
|
public class TnkForShortcodes
|
|
{
|
|
public string Name { get; set; } = string.Empty;
|
|
public string ShortName { get; set; } = string.Empty;
|
|
}
|
|
}
|