コード例 #1
0
ファイル: NewsItemManager.cs プロジェクト: yalhami/eXpresso
        public static IList<NewsItem> GetAllofLng()
        {
            NewsItemDataMapper objCaller = new NewsItemDataMapper();

            return objCaller.GetAllForAnotherLang();
        }