Exemple #1
0
 public IActionResult GetExperiences()
 {
     return(Ok(lawyerService.GetLawyerExperiences()));
 }