예제 #1
0
 public ActionResult <List <CheckSum> > GetAllWithAll(int id)
 {
     return(_checkService.GetAll(id));
 }