C# Class biz.dfch.CS.Appclusive.UI._mocked.CoreRepositoryMock

Inheritance: biz.dfch.CS.Appclusive.Api.Core.Core
显示文件 Open project: dfensgmbh/biz.dfch.CS.Appclusive.UI

Public Methods

Method Description
AddToContractMappings ( ContractMapping entity ) : void
AddToCustomers ( Customer entity ) : void
CoreRepositoryMock ( Uri serviceRoot ) : biz.dfch.CS.Appclusive.Api.Core

Private Methods

Method Description
CoreRepositoryMock ( ) : biz.dfch.CS.Appclusive.Api.Core

Method Details

AddToContractMappings() public method

public AddToContractMappings ( ContractMapping entity ) : void
entity biz.dfch.CS.Appclusive.Api.Core.ContractMapping
return void

AddToCustomers() public method

public AddToCustomers ( Customer entity ) : void
entity biz.dfch.CS.Appclusive.Api.Core.Customer
return void

CoreRepositoryMock() public method

public CoreRepositoryMock ( Uri serviceRoot ) : biz.dfch.CS.Appclusive.Api.Core
serviceRoot System.Uri
return biz.dfch.CS.Appclusive.Api.Core