Esempio n. 1
0
 public bool Equals(IDoklad other)
 {
     return(Equals(other as Doklad));
 }
Esempio n. 2
0
 public int CompareTo(IDoklad other)
 {
     return(CompareTo(other as Doklad));
 }
Esempio n. 3
0
 public void Add(IDoklad item)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public bool Remove(IDoklad item)
 {
     throw new NotImplementedException();
 }
Esempio n. 5
0
 public IDoklad Get(IDoklad item)
 {
     throw new NotImplementedException();
 }
Esempio n. 6
0
 public bool Contains(IDoklad item)
 {
     throw new NotImplementedException();
 }