コード例 #1
0
ファイル: Accounts.cs プロジェクト: royedwards/DRDNet
 ///<summary>Fills the local cache with the passed in DataTable.</summary>
 public static void FillCacheFromTable(DataTable table)
 {
     _accountCache.FillCacheFromTable(table);
 }