Exemplo n.º 1
0
 /// <summary>
 /// Gets country list from database
 /// </summary>
 /// <returns>List<Country> </returns>
 public List <Country> GetCountry()
 {
     return(DesktopService.GetCountry());
 }