Ejemplo n.º 1
0
 public ActionResult <IDictionary <string, string> > ErrorCodes()
 {
     return(Ok(EnumDictionary.Of <ErrorCode>()));
 }