示例#1
0
 public IActionResult GetAllComplaint()
 {
     return(new OkObjectResult(complaintRepository.FindAll()));
 }