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