This commit is contained in:
Vitaliy
2017-01-09 13:25:52 +03:00
parent a9f4f0f297
commit 6ead62af6e
98 changed files with 12058 additions and 72 deletions

View File

@@ -0,0 +1,8 @@
using System;
namespace AppleJobs.Data.Models
{
public class TsModelAttribute : Attribute
{
}
}