Method | Description | |
---|---|---|
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 | ||
return |
public DeleteOrganisation ( long organisationId ) : |
||
organisationId | long | |
return |
public OrganisationRepository ( EFDbContext context ) : System | ||
context | EFDbContext | |
return | System |
public ReadOrganisation ( long organisationId ) : |
||
organisationId | long | |
return |
public ReadOrganisation ( string organisationName ) : |
||
organisationName | string | |
return |
public ReadOrganisationForPlaylist ( long playlistId ) : |
||
playlistId | long | |
return |
public ReadOrganisationWithPlaylistsAndTracks ( long organisationId ) : |
||
organisationId | long | |
return |
public ReadOrganisationWithPlaylistsAndVotes ( long organisationId ) : |
||
organisationId | long | |
return |
public ReadOrganisationsForUser ( long userId ) : IEnumerable |
||
userId | long | |
return | IEnumerable |
public SearchOrganisations ( string prefix ) : IEnumerable |
||
prefix | string | |
return | IEnumerable |
public UpdateOrganisation ( |
||
organisation | ||
return |