Ejemplo n.º 1
0
 public static PlatformDto[] GetAllPlatforms()
 {
     using (var _db = new Rbr_Db()) {
         return(MapToPlatforms(PlatformManager.GetAll(_db)));
     }
 }