9 lines
211 B
C#
9 lines
211 B
C#
|
7 years ago
|
using System.Collections.Generic;
|
||
|
|
|
||
|
|
namespace GoogleTranslateNET.Objects.SupportedLanguages
|
||
|
|
{
|
||
|
|
public class SupportedLanguageData
|
||
|
|
{
|
||
|
|
public List<TranslationLanaguage> Languages { get; set; }
|
||
|
|
}
|
||
|
|
}
|