Interface IUserServiceFactory


public interface IUserServiceFactory
This interface should be implemented by providers of the UserService and registered with ServiceFactoryFactory.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates an implementation of the UserService.
  • Method Details

    • getUserService

      UserService getUserService()
      Creates an implementation of the UserService.