Example #1
0
 public static UInt32 InsertSite(Site sit)
 {
     return(SiteDal.Insert(sit));
 }