コード例 #1
0
ファイル: GenreBusiness.cs プロジェクト: Lan0410/StartUp
 public int CreateOrUpdate(GenreModel model)
 {
     return(_res.CreateOrUpdate(model));
 }