Skip to content

ICompanyService<T> interface

CRUD service working with a remote company resource.

public interface ICompanyService<T> : IReadOnlyCompanyService<T>
    where T : IEntity
parameter description
T

Members

name description
Add(…) Adds an item to a remote company resource.
Delete(…) Delete an item from a remote company resource.
NewInstance(…) Requests a new, appropriately initialized instace. The instance will not be saved on the resource.
Update(…) Updates an item on a remote company resource.

See Also