コード例 #1
0
 public List <ReleaseManagementModel> Get(string projectId, string username)
 {
     try
     {
         return(bl.GetAllModulesForDeveloper(projectId, username));
     }
     catch (Exception e)
     {
         return(new List <ReleaseManagementModel>());
     }
 }