コード例 #1
0
ファイル: esSfB.asmx.cs プロジェクト: pasamsin/SolidCP
 public int DeleteSfBUserPlan(int itemId, int sfbUserPlanId)
 {
     return(SfBController.DeleteSfBUserPlan(itemId, sfbUserPlanId));
 }