コード例 #1
0
        public async Task <ViewResult> GetAllCollection(int projectId)
        {
            var data = await _collectionRepository.GetAllCollection(projectId);

            ViewBag.RemainBudget = null;
            return(View(data));
        }