コード例 #1
0
ファイル: BUS_Phong.cs プロジェクト: hlphap/MOHINHHOA
 public string Delete(DTO_Phong obj)
 {
     return(dal.delete(obj));
 }