IContactService constructor

IContactService(
  1. Repository<ISunnyContact> repository,
  2. MSchemaRef type,
  3. IAuthState loginState
)

Implementation

IContactService(Repository<ISunnyContact> repository, MSchemaRef type,
    IAuthState loginState)
    : super(repository, type, loginState);