コード例 #1
0
ファイル: Blogic.cs プロジェクト: gouriteam/carrental
 public int Registration(CustomerBE s)
 {
     return(ob.Registration(s));
 }