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