Пример #1
0
 protected IActionResult JsonSuccess <T>(T anything)
 {
     return(Json(ResponseEnvelope <T> .Success(anything)));
 }