Example #1
0
 public ActionResult <List <CheckClient> > GetByClientId(int id)
 {
     return(_checkService.GetByClientId(id));
 }