메소드 | 설명 | |
---|---|---|
CreateOrganisation ( |
||
DeleteOrganisation ( long organisationId ) : |
||
OrganisationRepository ( EFDbContext context ) : System | ||
ReadOrganisation ( long organisationId ) : |
||
ReadOrganisation ( string organisationName ) : |
||
ReadOrganisationForPlaylist ( long playlistId ) : |
||
ReadOrganisationWithPlaylistsAndTracks ( long organisationId ) : |
||
ReadOrganisationWithPlaylistsAndVotes ( long organisationId ) : |
||
ReadOrganisations ( ) : IEnumerable |
||
ReadOrganisationsForUser ( long userId ) : IEnumerable |
||
SearchOrganisations ( string prefix ) : IEnumerable |
||
UpdateOrganisation ( |
public CreateOrganisation ( |
||
organisation | ||
user | ||
리턴 |
public DeleteOrganisation ( long organisationId ) : |
||
organisationId | long | |
리턴 |
public OrganisationRepository ( EFDbContext context ) : System | ||
context | EFDbContext | |
리턴 | System |
public ReadOrganisation ( long organisationId ) : |
||
organisationId | long | |
리턴 |
public ReadOrganisation ( string organisationName ) : |
||
organisationName | string | |
리턴 |
public ReadOrganisationForPlaylist ( long playlistId ) : |
||
playlistId | long | |
리턴 |
public ReadOrganisationWithPlaylistsAndTracks ( long organisationId ) : |
||
organisationId | long | |
리턴 |
public ReadOrganisationWithPlaylistsAndVotes ( long organisationId ) : |
||
organisationId | long | |
리턴 |
public ReadOrganisationsForUser ( long userId ) : IEnumerable |
||
userId | long | |
리턴 | IEnumerable |
public SearchOrganisations ( string prefix ) : IEnumerable |
||
prefix | string | |
리턴 | IEnumerable |
public UpdateOrganisation ( |
||
organisation | ||
리턴 |