示例#1
0
        public List <Entry> GetNotes()
        {
            var entries = new List <Entry>();

            entries.AddRange(Aktiva.GetNotes());
            entries.AddRange(Pasiva.GetNotes());
            return(entries);
        }
示例#2
0
 public void Update(Aktiva akt)
 {
     throw new System.NotImplementedException();
 }
示例#3
0
 public void Insert(Aktiva akt)
 {
     throw new System.NotImplementedException();
 }