コード例 #1
0
 public async Task Add(Setup setup)
 {
     await _setupRepository.Add(setup);
 }