Ejemplo n.º 1
0
 public Country GetByTitle(string title)
 {
     return(_countryLogic.GetByTitle(title));
 }