Beispiel #1
0
 public IActionResult GetAllAsync()
 {
     return(Ok(_patientServiceFake.GetAllItems()));
 }