mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-06-22 05:47:28 +02:00
Version 3.0.338
This commit is contained in:
parent
573fe77e12
commit
0468955d49
751 changed files with 62747 additions and 60672 deletions
|
@ -6,21 +6,21 @@ using BikeInfoMutable = TINK.Model.Bikes.BikeInfoNS.BC.BikeInfoMutable;
|
|||
|
||||
namespace TestTINKLib.Mocks.Bike
|
||||
{
|
||||
public class BikeCollectionMock : Collection<BikeInfoMutable>, IBikeDictionaryMutable<BikeInfoMutable>
|
||||
{
|
||||
public BikeInfoMutable GetById(string id)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
public class BikeCollectionMock : Collection<BikeInfoMutable>, IBikeDictionaryMutable<BikeInfoMutable>
|
||||
{
|
||||
public BikeInfoMutable GetById(string id)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
public void RemoveById(string id)
|
||||
{
|
||||
throw new NotSupportedException();
|
||||
}
|
||||
public void RemoveById(string id)
|
||||
{
|
||||
throw new NotSupportedException();
|
||||
}
|
||||
|
||||
public bool ContainsKey(string id)
|
||||
{
|
||||
throw new NotSupportedException();
|
||||
}
|
||||
}
|
||||
public bool ContainsKey(string id)
|
||||
{
|
||||
throw new NotSupportedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue