コード例 #1
0
 public void Delete(string collection, string id)
 {
     _regulationRepository.RemoveRegulation(collection, id);
 }