コード例 #1
0
ファイル: CommonBll.cs プロジェクト: rahmatafridi/HISSVN
 public List <Country> GetCountries()
 {
     return(CommonDal.GetCountries());
 }