Beispiel #1
0
 public IActionResult GetCoveragePlanItem()
 {
     return(Ok(_repository.GetCoveragePlans()));
 }