C# Class Tdlr.DAL.UsersDbHelper

Afficher le fichier Open project: Azure-Samples/active-directory-dotnet-demo-tdlr-usersync

Méthodes publiques

Méthode Description
ClearUsersForTenant ( string tenantId ) : void
GetUsersForTenant ( string tenantId ) : List
SaveUsersForTenant ( string tenantId, List users ) : void

Method Details

ClearUsersForTenant() public static méthode

public static ClearUsersForTenant ( string tenantId ) : void
tenantId string
Résultat void

GetUsersForTenant() public static méthode

public static GetUsersForTenant ( string tenantId ) : List
tenantId string
Résultat List

SaveUsersForTenant() public static méthode

public static SaveUsersForTenant ( string tenantId, List users ) : void
tenantId string
users List
Résultat void