コード例 #1
0
ファイル: SiteBll.cs プロジェクト: maximfluieraru/MAP
 public static UInt32 InsertSite(Site sit)
 {
     return(SiteDal.Insert(sit));
 }