예제 #1
0
        public async Task <ToolType> Get(string id)
        {
            ToolType toolType = await _db.ReadToolTypeAsync(id);

            return(toolType);
        }