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