예제 #1
0
        public async Task <int> GetArtifactCount(System.Guid id)
        {
            try
            {
                var artifact = await _artifactService.GetArtifactCount(id);

                return(artifact);
            }
            catch (System.Exception)
            {
                throw;
            }
        }