コード例 #1
0
 public Recommentation Update(Recommentation recommentation)
 {
     return(_recommentationDal.Update(recommentation));
 }
コード例 #2
0
 public Recommentation Add(Recommentation recommentation)
 {
     return(_recommentationDal.Add(recommentation));
 }