Ejemplo n.º 1
0
 public ActionResult <object> GetDictType()
 {
     return(_repository.GetDictType().Select(t => new { key = t.Key, value = t.Value }).ResponseSuccess());
 }