示例#1
0
 public Developer GetByVideoGameId(int id)
 {
     return(_developerRepository.GetByVideoGameId(id).toLocal());
 }