예제 #1
0
 public List <ProjectDetailsResponse> GetAllProjectByTeamId(long id)
 {
     try
     {
         return(_projectLogic.GetAllProjectByTeamId(id));
     }
     catch (Exception e)
     {
         throw new FaultException("Sikertelen bejelentkezés.");
     }
 }