コード例 #1
0
ファイル: SubCategoryApp.cs プロジェクト: tugon/p3Image
 public Field AddField(Field model)
 {
     return(_service.AddField(model));
 }