Exemplo n.º 1
0
        //GET api/values


        public List <ReleaseManagementModel> Get(string username)
        {
            try
            {
                return(bl.GetAllAssignedModules(username));
            }
            catch (Exception e)
            {
                return(new List <ReleaseManagementModel>());
            }
        }