7 lines
130 B
C#
7 lines
130 B
C#
namespace GoogleTranslateNET.Objects.Error
|
|
{
|
|
public class ErrorResponse
|
|
{
|
|
public Error Error { get; set; }
|
|
}
|
|
} |