Exemple #1
0
 public UsersController(IJokJaBreIdentityService <KakicaUser> userService) : base(userService)
 {
 }
 public JokJaBreIdentityController(IJokJaBreIdentityService <TIdentityModel> service)
 {
     m_service = service;
 }