public bool Contains(IOutboxRate item)
 {
     throw new NotSupportedException();
 }
 public bool Remove(IOutboxRate item)
 {
     throw new NotSupportedException();
 }
 public void Add(IOutboxRate item)
 {
     throw new NotSupportedException();
 }
Beispiel #4
0
		public bool Remove(IOutboxRate item)
		{
			throw new NotSupportedException();
		}
Beispiel #5
0
		public void CopyTo(IOutboxRate[] array, int arrayIndex)
		{
			throw new NotSupportedException();
		}
Beispiel #6
0
		public bool Contains(IOutboxRate item)
		{
			throw new NotSupportedException();
		}
Beispiel #7
0
		public void Add(IOutboxRate item)
		{
			throw new NotSupportedException();
		}