Ejemplo n.º 1
0
 //// GET api/values/5
 /////Get All Modules
 public List <ReleaseManagementModel> Delete(string projectId)
 {
     try
     {
         return(bl.GetAllModules(projectId));
     }
     catch (Exception e)
     {
         return(new List <ReleaseManagementModel>());
     }
 }