コード例 #1
0
 public void Create(Entity.Movie entity)
 {
     _movieDal.Create(entity);
 }