Beispiel #1
0
 public async Task <JsonResult> GetAllAsyncToList()
 {
     return(Json(await unitService.GetAllToListAsync()));
 }