コード例 #1
0
 // get all projects
 public List <ProjectDetailViewModel> GetAllProjects()
 {
     return(projectGateway.GetAllProjects());
 }