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