コード例 #1
0
ファイル: YnabGateway.cs プロジェクト: turkmvc/EasyBankToYnab
        public void Write(YnabEntryCollection ynabEntries)
        {
            if (ynabEntries == null)
            {
                throw new ArgumentNullException("ynabEntries");
            }

            fileAccess.WriteLines(this.pathProvider.PathToYnabFile, ynabEntries.ToYnabStrings(cultureSettings));
        }
コード例 #2
0
ファイル: YnabGateway.cs プロジェクト: jbogard/EasyBankToYnab
        public void Write(YnabEntryCollection ynabEntries)
        {
            if (ynabEntries == null) throw new ArgumentNullException("ynabEntries");

              fileAccess.WriteLines(this.pathProvider.PathToYnabFile, ynabEntries.ToYnabStrings(cultureSettings));
        }