コード例 #1
0
 public void Save(BusinessLogicEntity entity)
 {
     _businessLogicRepository.Save(entity);
 }