コード例 #1
0
 public async Task <bool> AddMasterData(string name, string type)
 {
     return(await _policyRepository.AddMasterData(name, type));
 }