11 lines
198 B
C#
11 lines
198 B
C#
using System.Collections.Generic;
|
|
|
|
namespace isn
|
|
{
|
|
public class APIKO
|
|
{
|
|
public string Context { get; set; }
|
|
public Dictionary<string, string[]> Errors { get; set; }
|
|
|
|
}
|
|
} |