files tree made better.
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace GoogleTranslateNET.Objects.SupportedLanguages
|
||||
{
|
||||
public class SupportedLanguageData
|
||||
{
|
||||
public List<TranslationLanaguage> Languages { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user