Beispiel #1
0
 public Continent GetObjectById(int Id)
 {
     return(_repository.GetObjectById(Id));
 }