コード例 #1
0
 public bool Existing(int id)
 {
     return(_scoreRepo.Existing(id));
 }