mirror of
https://github.com/VitalickS/BrightSharp.Toolkit.git
synced 2026-03-21 18:31:17 +00:00
9 lines
112 B
C#
9 lines
112 B
C#
|
|
using System;
|
|||
|
|
|
|||
|
|
namespace AppleJobs.Data.Models
|
|||
|
|
{
|
|||
|
|
public class TsModelAttribute : Attribute
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|