Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
BinaryStudio
TaskManager
Logic
Core
ProjectRepository
GetAll
BinaryStudio.TaskManager.Logic.Core.ProjectRepository.GetAll C# (CSharp) 메소드
ProjectRepository 1 문서
파일 보기
프로젝트 열기: dv00d00/BinaryStudio.TaskManager
GetAll()
공개
메소드
The get all.
public
GetAll
( ) :
IEnumerable
리턴
IEnumerable
public IEnumerable<Project> GetAll() { return this.dataBaseContext.Projects.ToList(); }
ProjectRepository
Add
AddInvitation
Delete
DeleteInvitation
GetAll
GetAllInvitationsForUser
GetAllInvitationsToProject
GetAllProjectsForTheirCreator
GetAllProjectsForUser
GetAllUsersInProject
GetById
GetCreatorForProject
GetInvitationById
ProjectRepository
Update
UpdateInvitation