コード例 #1
0
 public void Create(Report entity)
 {
     _reportDal.Create(entity);
 }