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