C# Class PeculiarVentures.ACME.Server.Data.EF.Core.Repositories.DefaultExternalAccountRepository

Inheritance: IExternalAccountRepository
显示文件 Open project: PeculiarVentures/acme-cs

Public Methods

Method Description
Add ( IExternalAccount item ) : IExternalAccount
Create ( ) : IExternalAccount
CreateError ( ) : IError
GetById ( int id ) : IExternalAccount
Remove ( IExternalAccount item ) : void
Update ( IExternalAccount item ) : IExternalAccount

Method Details

Add() public method

public Add ( IExternalAccount item ) : IExternalAccount
item IExternalAccount
return IExternalAccount

Create() public method

public Create ( ) : IExternalAccount
return IExternalAccount

CreateError() public method

public CreateError ( ) : IError
return IError

GetById() public method

public GetById ( int id ) : IExternalAccount
id int
return IExternalAccount

Remove() public method

public Remove ( IExternalAccount item ) : void
item IExternalAccount
return void

Update() public method

public Update ( IExternalAccount item ) : IExternalAccount
item IExternalAccount
return IExternalAccount