Example #1
0
 public SiteInfoEntity Get(int id = 0)
 {
     return(dal.Get(id) ?? new SiteInfoEntity());
 }