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