Method | Description | |
---|---|---|
Delete ( int projectId ) : void | ||
DoesProjectsExist ( int teamId ) : bool | ||
GetDefaultProjectForTeam ( int teamId ) : ProjectDto | ||
GetDefaultProjectForTeamMember ( int teamId, int userId ) : Task |
||
GetIssueCountForProject ( int projectId ) : int | ||
GetProject ( int id ) : ProjectDto | ||
GetProjects ( int teamId ) : IEnumerable |
||
ProjectRepository ( IConfiguration configuration ) : Dapper | ||
Save ( CreateProjectVM model ) : void |
Method | Description | |
---|---|---|
SetAsDefaultProjectIfNotExists ( CreateProjectVM model ) : void |
public DoesProjectsExist ( int teamId ) : bool | ||
teamId | int | |
return | bool |
public GetDefaultProjectForTeam ( int teamId ) : ProjectDto | ||
teamId | int | |
return | ProjectDto |
public GetDefaultProjectForTeamMember ( int teamId, int userId ) : Task |
||
teamId | int | |
userId | int | |
return | Task |
public GetIssueCountForProject ( int projectId ) : int | ||
projectId | int | |
return | int |
public GetProjects ( int teamId ) : IEnumerable |
||
teamId | int | |
return | IEnumerable |
public ProjectRepository ( IConfiguration configuration ) : Dapper | ||
configuration | IConfiguration | |
return | Dapper |