Exemple #1
0
        internal Knight GetOne(int id)
        {
            Knight data = _repository.GetOne(id);

            return(data);
        }