Example #1
0
 public ActionResult <CallResult> CRUDSimple()
 {
     return(CallResult.Create(_ITestService.CRUDSimple()));
 }