Projekt

Obecné

Profil

Stáhnout (276 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
using Models.Enums;
2
using System;
3
using System.Collections.Generic;
4
using System.Linq;
5
using System.Text;
6
using System.Threading.Tasks;
7

    
8
namespace Models.Tags
9
{
10
    public class SetInstanceSentimentRequest
11
    {
12
        public ETagSentiment Sentiment { get; set; }
13
    }
14
}
(8-8/13)