Ejemplo n.º 1
0
 public static RegionalEndPoint GetRegionalEndPointByRegion(Regions region)
 {
     return(RegionalEndPoints.FirstOrDefault(x => x.Region == region.ToString()));
 }
Ejemplo n.º 2
0
 public static RegionalEndPoint GetRegionalEndPointByPlatform(Platforms platform)
 {
     return(RegionalEndPoints.FirstOrDefault(x => x.PlatformId == platform.ToString()));
 }