示例#1
0
 public Portal GetPortalById(int portalId)
 {
     return(Portals.FirstOrDefault(t => t.Id == portalId));
 }