메소드 | 설명 | |
---|---|---|
AdministratorRepository ( ) : System.Linq |
Initialize a repository with default connection string found in the 'SaimoeContext' section of the application configuration file.
|
|
AdministratorRepository ( string connectionString ) : System.Linq |
Initialize a repository with given connection string.
|
|
IsAdministratorId ( string googlePlusId ) : bool |
Check if a google plus id is a adminstrator id
|
public AdministratorRepository ( string connectionString ) : System.Linq | ||
connectionString | string | connection string |
리턴 | System.Linq |
public IsAdministratorId ( string googlePlusId ) : bool | ||
googlePlusId | string | Id of google plus |
리턴 | bool |